Jason wrote:
> Hi there,
>
> I am new, so new it hurts. I installed the BitNami Django stack on
> windows XP. I decided not to automatically create a new project
> because I wanted to find out how to do it myself.
>
> This is where my problems started.
>
> In the python interpreter I ran 'import django' and that was
> successful. The next step in the tutorial is to create a project.
>
> "From the command line, cd into a directory where you’d like to store
> your code, then run the command django-admin.py startproject mysite.
> This will create a mysite directory in your current directory."
>
> This is where I fall down and die. In the command line I get this
> error.
> "'django-admin.py' is not recognized as an internal or external
> command,
> operable program or batch file."
>
> In the python interpretor I cannot use cd. If I try to run the command
> above I get a syntax error: invalid syntax.
>
> So yeah, thats my problem. I am stuck on the second step of the first
> tutorial. Please be gentle. How do I create a new project. Where
> should I type this command? Have I missed a step
>   
Hi Jason,

The "command line" isn't the Python interpreter.

You can start a "command prompt" by clicking on the "start" button, 
"Accessories", "Command Prompt".

I'd suggest you also do a search for a tutorial on how to use the 
command prompt.

The next thing to check after that is to make sure the "django-admin.py" 
is part of your search path (ask if you need help).

Regards,

Ray Smith
http://RaymondSmith.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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to