This forum is no longer active. Please post your questions to our new community site
install trouble
|
|
I have decided to give django a try despite a previous experience which went bad. I am on Mac OSX 10.6. I used the bitnami-djangostack-1.1.1-2-osx-x86-installer and went to follow the tutorial. I ran the python interactive interpreter and tried to import django wit no luck. I tried to run ‘django-admin.py startproject mysite’ with no luck (-bash: django-admin.py: command not found). Any help (whithout negative remarks) would be appreciated. Thank you |
|
|
Hi bradley, Are you loading the Stack environment? Since the components in the Stack are independent from the system, you need to load its specific environment variables. You can do it from command line running this before any other django related commands: ${installdir}/use_djangostack
I hope it helps. |

