python vs java
Bruno Desthuilliers
onurb at xiludom.gro
Thu Sep 7 03:45:12 EDT 2006
Jason wrote:
> Bruno Desthuilliers wrote:
>> With a GUI ? If so, you probably want to check out wxPython or PyGTK
>> (wxPython will also buy you MacOS X IIRC, and wil perhaps be easier to
>> install on Windows).
>
> Just a warning: wxPython does operate slightly differently between Mac
> OS X, Linux, and Windows. The differences are usually minor and easy
> to clean up in a cross-platform manner, but be aware that you need to
> test on all platforms that you're going to release on.
I don't think one could pretend writing a cross-platform application
without testing it on all targeted platforms.
(snip)
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list