haluhak149 / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

how to update 2.x version python to 3.x version in pythonxy #770

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have set up pythonxy-2.7.6.1. But because the update of python, I want to 
use python 3.x version.
I was wondering whether I can just update the old version of python in 
pythonxy-2.7.6.1. Would you please tell me how to do this?

Original issue reported on code.google.com by mathxue...@gmail.com on 27 Mar 2015 at 12:03

GoogleCodeExporter commented 9 years ago
That's impossible. There are quite a few packages which are not yet py3 ready.

All plugins are packaged for py27 and the binary dependencies are built using 
VS 2008. py3 requires VS 2010 (3.5 requires VS 2015). This does not mix.

Original comment by grizzly.nyo on 24 Apr 2015 at 9:41