Python 2 and wxPython or Python 3 and wxPython Phoenix ?

Hello and happy new year,

I could not find an accurate answer, so…

Do you guys recommend using Python 2 and wxPython or Python 3 and wxPython Phoenix ?

Thanks,

Damien Ruiz

Hello and happy new year,

I could not find an accurate answer, so...

Do you guys recommend using Python 2 and wxPython or Python 3 and wxPython
Phoenix ?

It depends on your needs. I would give py3 and Phoenix a try -- if it meets
your needs, you'll be in good shape to carry into the future.

But Phoenix is still less featureful, less tested, less documented, and
less robust -- so it may not meet your needs.

In which case, py2 and wxPython 3.* is a fine option.

-CHB

···

On Mon, Jan 4, 2016 at 11:10 AM, Damien Ruiz <ruizdams@gmail.com> wrote:

Thanks,

Damien Ruiz

--
You received this message because you are subscribed to the Google Groups
"wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to wxpython-users+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--

Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov

Phoenix is quite usable, but for learning I would recommend Python 2 plus classic wxPython.
This is mainly because the demo is running better with the old version.

Write your code Python 2/3 neutral and your transition to Python 3 will only take a few minutes:

        from __future__ import print_function, absolute_import, unicode_literals

Regards,

Dietmar

···

On 04.01.2016 20:10, Damien Ruiz wrote:

Do you guys recommend using Python 2 and wxPython or Python 3 and wxPython Phoenix ?

Thank you for your advice !

Damien Ruiz

···

Le lundi 4 janvier 2016 14:36:48 UTC-5, Damien Ruiz a écrit :

Hello and happy new year,

I could not find an accurate answer, so…

Do you guys recommend using Python 2 and wxPython or Python 3 and wxPython Phoenix ?

Thanks,

Damien Ruiz