Ian Bell
2014-07-03 09:08:34 UTC
I'm trying to get phoenix running on py3.3 using the development wheels at
http://wxpython.org/Phoenix/snapshot-builds/
When I download the 64-bit wheel and do a
pip install wxPython_Phoenix-3.0.1.dev76744-cp33-none-win_amd64.whl
I get it installed, but I can't get my wxpython+matplotlib code working.
The primary reason is that wxversion is missing.
[py33] C:\Users\Belli\Downloads>python
Python 3.3.5 |Continuum Analytics, Inc.| (default, Mar 10 2014, 11:25:04)
[MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
File "<stdin>", line 1, in <module>
ImportError: No module named 'wxversion'
In my normal py2.7 64-bit install, it works fine:
C:\Users\Belli\Downloads>python
Python 2.7.6 |Continuum Analytics, Inc.| (default, May 27 2014, 15:00:33)
[MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io and https://binstar.org
http://wxpython.org/Phoenix/snapshot-builds/
When I download the 64-bit wheel and do a
pip install wxPython_Phoenix-3.0.1.dev76744-cp33-none-win_amd64.whl
I get it installed, but I can't get my wxpython+matplotlib code working.
The primary reason is that wxversion is missing.
[py33] C:\Users\Belli\Downloads>python
Python 3.3.5 |Continuum Analytics, Inc.| (default, Mar 10 2014, 11:25:04)
[MSC v.1600 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
import wxversion
Traceback (most recent call last):File "<stdin>", line 1, in <module>
ImportError: No module named 'wxversion'
In my normal py2.7 64-bit install, it works fine:
C:\Users\Belli\Downloads>python
Python 2.7.6 |Continuum Analytics, Inc.| (default, May 27 2014, 15:00:33)
[MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
Anaconda is brought to you by Continuum Analytics.
Please check out: http://continuum.io and https://binstar.org
import wxversion
--
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "wxPython-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wxPython-dev+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.