takluyver / pynsist

Build Windows installers for Python applications
https://pynsist.readthedocs.io/
Other
896 stars 119 forks source link

Better error message for incorrectly specified Python version #19

Closed takluyver closed 10 years ago

takluyver commented 10 years ago

If the user doesn't specify the full Python version, it fails with HTTPError: 404 Client Error: Not Found. This should be clearer.

From discussion on this SO question.