Re: django-admin.py startproject doesn't work

2012-02-13 Thread Jonathan Paugh
On 02/13/2012 11:01 AM, Dennis Lee Bieber wrote: > On Sun, 12 Feb 2012 23:02:20 -0800 (PST), raddy > wrote: ... > Can you run ANY python script (.py) file by typing its name on the > command line?... Say something that does nothing more than: > > print "I'm running" > > (test while /in/ th

RE: django-admin.py startproject doesn't work

2012-02-13 Thread Bob Carlson
--Original Message- From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of James Jang Sent: Monday, February 13, 2012 09:34 To: Django users Subject: Re: django-admin.py startproject doesn't work Is "django-admin.py" file in the directory, "Djan

Re: django-admin.py startproject doesn't work

2012-02-13 Thread jak.plopelor
I don't know, but on ubuntu it's call just 'django-admin' without the. py -- 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-u

Re: django-admin.py startproject doesn't work

2012-02-13 Thread James Jang
Is "django-admin.py" file in the directory, "Django-1.3.1"?? (If not copy or move the file from in "Django-1.3.1/django/bin/" to "Django-1.3.1/".) On 2월13일, 오후4시02분, raddy wrote: > I have windows7 OS and have installed Python27 and Django1.3.1 > I have also set the path in the environment va