This is my second attempt to install the Django stack (The first time I had path errors conflicting with my python install + couldn't successfully import django in python, so i uninstalled everything, including python, and am trying again).
I get a Warning message saying:
Problem running post-install step. Installation may not complete correctly
Error running C:\Bitnami\DJANGO~1.7-0/python/scripts/registerpython.bat
INSTALL: Traceback (most recent call last):
File "C:\Bitnami\djangostack-1.6.7-0/python/scripts/registerpython.py", line 38,
in module
RegisterPy()
File "C:\Bitnami\djangostack-1.6.7-0/python/scripts/registerpython.py", line28,
in RegisterPy
if (QueryValue(reg,installkey) == installpath and
WindowsError: [Error 2] The system cannot find the file specified
The directory C:\Bitnami\djangostack-1.6.7-0/python/scripts/ contains both registerpython.py and registerpython.bat
Any help would be appreciated.
Thanks!