Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#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.

Change History (2)

comment:1 by Julien Phalip, 15 years ago

Resolution: invalid
Status: newclosed

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.

comment:2 by Jacob, 13 years ago

milestone: 1.0.3

Milestone 1.0.3 deleted

Note: See TracTickets for help on using tickets.
Back to Top