falconry / python-mimeparse

Basic functions for handling Internet media types in Python.
MIT License
19 stars 11 forks source link

No python installation found in registry error on install #4

Closed cooplarsh closed 8 years ago

cooplarsh commented 10 years ago

I have setup a new Python environment with version 3.3, and I didn't go with the default installation folder (preferring to install applications into the "C:\Program Files" folder).

When I run python-mimeparse-0.1.4.linux-x86_64.exe I get an error indicating "No python installation found in registry", and cannot manually enter the actual value. I googled python registry entries for what key it would be looking for and found it under the local machine, and added it to the current_user (since the article I found mentioned it would be under both) but to no avail.

Could you be so kind as to share what registry key your installation program is looking for so I can manually add it and see if I can successfully run the installer?

And thanks so much for creating python-mimeparse and for your help on this question.