“import wx” fails after installation of wxPython on Windows XP

前端 未结 9 1224
庸人自扰
庸人自扰 2021-01-13 23:49

I downloaded and installed this version of wxPython for use with my Python 2.6 installation:

http://downloads.sourceforge.net/wxpython/wxPython2.8-win32-unicode-2.8.

9条回答
  •  傲寒
    傲寒 (楼主)
    2021-01-14 00:06

    Maybe too late, but I had the same problem and solved that by downloading that from their own website : wxPython2.8-win64-unicode-py27 In my case it initially wanted to setup in somewhere else than my python folder. So I changed it to be in ../python27/Lib/SitePackages/ Then it worked properly.

    I hope it helps.

提交回复
热议问题