I'm having a bit of a problem creating a new Django app. I enter in the desired name, select Django, and select the newest Django version (1.2.3 w/Python 2.6). When I click create, after a few seconds the form reloads with the following error at the top:
Then when I go in and check my applications, the application is listed, but it's showing as a custom app. I've tried this a couple of times now with the same result. Anybody have any idea what's going on? asked 12 Dec '10, 18:20 Jerrian |
Hi, It looks like you have Django installed account-wide since django-admin.py is in ./bin. When the installer tries to run it's version of django-admin.py it is unable to locate django and thus not able to run. To fix the problem, you can move the django-admin.py file out of the way, run the installer, and then move it back. answered 15 Dec '10, 03:50 klynton |
Hi Jerrian,
Sorry about this, can you submit a support ticket so we can look into the problem further?
Support ticket has been submitted.