Hi mdsmoker, try running the django-admin.py script like this:
python PATH/django-admin.py startproject mysite where PATH is the path to directory containing the django-admin.py. -Ondrej Bohm On Aug 2, 11:47 pm, mdsmoker <[email protected]> wrote: > I'm using django 1.1, python 2.5, and windows and i'm brand-spanking > new to this. i installed django w/out a problem. python is in my > windows path and if i type import django after running python i don't > get any errors so I'm assuming it is installed correctly. after i run > django-admin.py startproject mysite i don't get any errors and i also > don't get any results :( no new folder or project files were > created. any suggestions? i can't believe i can't get through the > very first step in the tutorial! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

