On Thursday, July 24, 2014 11:57:22 AM UTC-4, Noble Bell wrote:
> I am exploring the idea of creating my next desktop GUI project in Python and 
> would like a little advice from you folks about a couple of requirements.
> 
> 
> 
> My requirements will be:
> 
> 1. Needs to be portable across platforms with native LAF (Windows,Linux,OSX)

wxPython.

> 2. Python 2 or 3? Which will serve me better in the future?

Long term (7 years), 3.  Middle-term, either, though you may need a library 
that is not yet ported to 3.  wxPython Phoenix is available in a 
not-yet-completely-done way and people are reporting using it to make function 
GUIs. It is not done yet, though, and some/all of the wx.lib widgets are not 
available in it. 

If I were you I'd go with Python 2.7 and wxPython 2.9.x, but other options are 
reasonable too.
> 
> 
> Thanks in advance.
> 
> Noble

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to