This forum is no longer active. Please post your questions to our new community site

Error in use_djangostack.bat (setenv.bat)

Subscribe to Error in use_djangostack.bat (setenv.bat) 3 post(s), 3 voice(s)

 
Avatar serkan 1 post

setenv.bat does not correctly set the PATH address. After installation it should read ../django/django/bin… not a single django.

So the following fix is required:
- \BitNami DjangoStack/apps/django/bin
+ \BitNami DjangoStack/apps/django/django/bin

I’d also suggest adding an informative message on using “django-admin.py”.

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

Thanks for posting it. We will fix this issue for the next version.

 
Avatar François Par... 5 post(s)

Just for users in the same case as me: under Vista, think to deactivate User Account Control… otherwise, you can’t modify the files and directories under Program Files.