Re: New to Django, need some help with tutorial

2011-06-07 Thread Dori Rutkevitz
Alexy, Xavier and Sam thank you all very much - I am on windows and i just needed to add the python directory to my system path. thanks so much for the help, on with the tutorial : ) -Dori -- You received this message because you are subscribed to the Google Groups "Django users" group. To vi

Re: New to Django, need some help with tutorial

2011-06-07 Thread oneroler
Below is the information on adding python to your windows path from the python website http://docs.python.org/faq/windows.html for windows 7 you just go into 'edit environment variables for your account' under system in control panel and add your python path (e.g. c:\python27) to the 'Path' field

Re: New to Django, need some help with tutorial

2011-06-07 Thread Xavier Ordoquy
Le 7 juin 2011 à 07:59, Dori Rutkevitz a écrit : > Hi all, > > I am new to programming in general and recently decided to pick up Django. Im > reading bits of a book on Python, and im starting to stumble through the > Djangoproject.com tutorial. My problem might be embarrassingly simple, but i

Re: New to Django, need some help with tutorial

2011-06-06 Thread Alexey Moskvin
Hi, check that directory with python binary is added to your system PATH environment variable. On 7 июн, 09:59, Dori Rutkevitz wrote: > Hi all, > > I am new to programming in general and recently decided to pick up Django. > Im reading bits of a book on Python, and im starting to stumble through