How to install wxPython for Python 3.4

Hi:

I would like to install wxPython for Python 3.4. All wxpython versions on pip (wxpython v>4.0.0) result in an error asking me to upgrade to Python 3.5 or higher.

I am working with Windows XP and hence limited to using Python 3.4

Thanks
kumar

I hope you have a good reason to use Windows XP, because that is one very old and very unsafe operating system.

You can find installers for old versions here: https://sourceforge.net/projects/wxpython/files/wxPython/

You can also find 4.x binaries up to 4.0.6 for older Python interpreters here:
https://extras.wxpython.org/wxPython4/extras/

Yes, I understand. Thank you for the link.

Kumar

I only see *.pdb files. How would I go about creating a module from these binaries?

Sorry, you’re right. These are only the debug files.
You can download the wheels e.g. from https://pypi.org/project/wxPython/4.0.6/#files
You should also be able to specify a specific wxPython version to pip.
Try something like python.exe -mpip install wxpython==4.0.6