I' ve got an issue with a package I created with Python 3.5.2 32-bit on Windows 7.
I normally deploy my Python packages on Windows by using the bdist_wininst
option of setuptools. This way it is very easy for my colleagues to update a package by just starting the windows installer exe. However since I changed to Python 3.5.2 I get the following error when trying to install a package:
Python version -32 required, which was not found in the registry
For me it seems that the installer is looking for a Python version named "-32" which it cannot find. Did someone come across the same problem or find a solution yet?