Re: please help can't start a new project

2011-10-16 Thread Wizcas
Have u run the py script by command "python"? like: python django-admin-py startprject student On 10月16日, 上午6时25分, raddy wrote: > hello > > I'm using Windows7 > Python27 & Django1.3.1 > > I'm done with the tutorials (1,2,3); have been working on mysite > project. everything worked perfectly then.

Re: please help can't start a new project

2011-10-16 Thread EdgarAllenPoe
Maybe you could try creating a batch file in the directory where you you are going to keep your projects and call it NewProject.bat put this inside :Start Batch File* : Below replace c:\python27/lib/site-packages/d

please help can't start a new project

2011-10-16 Thread raddy
hello I'm using Windows7 Python27 & Django1.3.1 I'm done with the tutorials (1,2,3); have been working on mysite project. everything worked perfectly then. but now i wish to create a new project i tried by using: django-admin.py startproject student but a notepad (django-admin)opens saying #!