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 '[EMAIL PROTECTED]'.split('@')])"
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to