Phoenix builds for Python 3.5

Hi guys,

I’m hoping that someone makes a build of Phoenix for Python 3.5 and puts it here:

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

I’m basically waiting on that before I upgrade my system Python from 3.4 to 3.5, because I use a lot of wxPython programs I wrote.

Thanks,

Ram.

As far as I know from personal experience, you need not to worry about installing version 3.5 parallel with 3.4. I have on my system (GNU / Debian) multiple versions of Python and they work independently.
You could isolate your version with virtualenv if you like, but for sure you should not worry about breaking compatibility or something; just make sure you say something like #!/usr/bin/env python3.4 or #!/usr/bin/python3.4 if you want to be more explicit.

Cheers.

Stefanos

···

On Saturday, November 28, 2015 at 8:26:37 PM UTC+2, Ram Rachum wrote:

Hi guys,

I’m hoping that someone makes a build of Phoenix for Python 3.5 and puts it here:

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

I’m basically waiting on that before I upgrade my system Python from 3.4 to 3.5, because I use a lot of wxPython programs I wrote.

Thanks,

Ram.

This could take a long time. What platform are you using? It's not too difficult to build it yourself.
For Windows, it's slightly more effort. See the thread "Compiling wxPython Phoenix on Windows 10 64 bit with VS2015 and Python 35".
For Linux it should be easier.

Regards,

Dietmar

···

Am 28.11.2015 um 19:26 schrieb Ram Rachum:

I'm hoping that someone makes a build of Phoenix for Python 3.5 and puts it here: