> 
> Java is more portable than most other languages, especially if your app needs 
> a gui.


Depending on what GUI you want, python is at least as portable - Tkinter 
is available for lots of platforms. And swing as a GUI plain sucks - 
there is a reason for SWT. But that needs to be installed separately and 
per platform.

Additionally, Java is not Python :)

Diez
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to