Hi,
I have python 2.7. I install wxpython 4.0.3 from wxPython-4.0.3-cp27-cp27m-win_amd64.whl wheel file. But it installs PyPubSub for Python 3. Therefore it crashes.
Hi,
I have python 2.7. I install wxpython 4.0.3 from wxPython-4.0.3-cp27-cp27m-win_amd64.whl wheel file. But it installs PyPubSub for Python 3. Therefore it crashes.
That's because there is no PyPubSub for Python 2 anymore. This should be fixed when 4.0.4 comes out as PyPubSub will be bundled with wxPython again.
Scott
On Thu, 13 Dec 2018, steve wrote:
I have python 2.7. I install wxpython 4.0.3
from wxPython-4.0.3-cp27-cp27m-win_amd64.whl wheel file. But it installs
PyPubSub for Python 3. Therefore it crashes.
Maybe you can see PyPubSub’s official site to check old version for python2(just like ipython5 for python2), and install a specific version of PyPubSub by using “pip install PyPubSub==x.y.z” syntax.