Monday, July 23, 2012

django-admin.py startproject mysite... this command does nothing for me

When trying to follow this tutorial, I get stuck after django-admin.py startproject mysite because no directory is created.  I doubt the command is even being executed, all it brings up is the code in a notepad++ window.  I have django installed properly because I can go to my python interpreter and type 'import django' and print the version.  I have two different Python installs 2.6 and 2.7.3  I am using 2.7.3 and I no longer use 2.6.  Could having multiple versions of Python affect Django?  Please help!

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/6qtT4QQ6FPQJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment