#10641 closed (invalid)
manage.py runserver fails on windows
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | 1.0 |
Severity: | Keywords: | runserver | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
following the setup and tutorial word for word under winxp fails when attempting to execute manage.py runserver to get the test webserver running. fails with the following
"No such module MYSITE"
PATH is set and installation was by the book. import django loads successfully.
Note:
See TracTickets
for help on using tickets.
It would be more appropriate to ask the question on the user-list (http://groups.google.com/group/django-users/topics) since it's probably not a bug in Django. Likely, you'd need to add your project's parent folder in the PYTHONPATH.