Saturday, December 31, 2011

Re: django-admin.py startproject will NOT work.

On Fri, 30 Dec 2011 16:36:32 -0800 (PST), Chris Kavanagh
<ckava3@gmail.com> wrote:

>> I'm not sure you'll be able to see the screenshot at the link, it's very small. So, here's a copy/paste of it from my command prompt:
>
>
>
>
>C:\Documents and Settings\mysite>django-admin.py startproject mysite

Have you tried that while explicitly specifying the Python
interpreter on the line?

I seem to recall that Windows has some problem passing command line
arguments when the first item (the "program") isn't directly executable.

http://stackoverflow.com/questions/2640971/windows-is-not-passing-command-line-arguments-to-python-programs-executed-from-t
http://stackoverflow.com/questions/7860872/run-python-scripts-from-windows-command-line-argument-not-passed

(or for the full google list;
http://www.google.com/search?q=windows%20python%20command%20line%20argument%20passing&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a&source=hp&channel=np
)
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/

--
You received this message because you are subscribed to the Google Groups "Django users" group.
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