Hello Everyone,
its been a few years since I’ve actively used wx as well as have monitored this list, and have lost touch with where wx Python is, 2.x vs 3.x , not to mention Phoenix.
(Mike Driscoll has given me a brief update though.)
Since then, I’ve become an avid fan of the Anaconda distribution, because it will install all dependencies needed for me to run the Jupuer notebook (formerly the iPython Notebook).
I’m currently using Windows 7, 64-Bit, but I’ve installed the 32-Bit version of Python via the Anaconda installer, because I need to distribute PyInstaller .exe’s on 32-Bit Windows systems.
Anaconda has its own version of virtual environments, which is both a curse and a blessing. The Python ecosystem really should converge on one of these that everyone uses.
I’ve successfully installed wxPython 3.0.0 in one of my Anaconda virtual environments using : conda install wxpython
Unfortunately, 3.0.2 isn’t available through anaconda nor pip. When I tried installing wx 3.02 via pip, an error was displayed. Pip wouldn’t even display versions of wx other than 4.x alpha
I’ve always been a big fan of the wxPython demo package -> http://downloads.sourceforge.net/wxpython/wxPython3.0-win32-docs-demos-3.0.2.0.exe
but I don’t know how to make this work with an Anaconda virtual environment, since it is installed via a .EXE installer.
Does anyone have any ideas?
Thanks
Tony