what version I need for python 3.4+

I wanna start a project in python 3.4+, is there a version for 3.4+?

thanks in advance

Migel,
Not too surprisingly the current latest version of Python 3.4+ is
3.4.1 it is available for download from the web site.

···

On 25/06/14 20:51, Miguel J Almagro
Cabrera wrote:

    I wanna start a project in python 3.4+, is there a

version for 3.4+?

thanks in advance

  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](https://groups.google.com/d/optout).

You can use wxPython Phoenix and install it with pip

pip install -U --pre -f Index of /Phoenix/snapshot-builds wxPython_Phoenix

Note that Phoenix is still in development, if you find issues it would be great to do a Pull Request PR on
GitHub - RobinD42/Phoenix: wxPython's Project Phoenix. A new implementation of wxPython, better, stronger, faster than he was before. or report the details here.

Werner

···

On 6/25/2014 21:51, Miguel J Almagro Cabrera wrote:

I wanna start a project in python 3.4+, is there a version for 3.4+?

The “classic” version of wxpython that is available on the site doesn’t support python 3.

However, you can try using the snapshot builds of the upcoming phoenix version that does.

http://wxpython.org/Phoenix/snapshot-builds/

For more information about phoenix, see ProjectPhoenix - wxPyWiki

···

On Wednesday, June 25, 2014 9:51:44 PM UTC+2, Miguel J Almagro Cabrera wrote:

I wanna start a project in python 3.4+, is there a version for 3.4+?

Toni