This is my PATH variable -C:\Python27\lib\site-packages\django\bin\ and django-admin.py is located in this path.
This is my PYTHONPATH variable-C:\Python27;c:\Python27\lib\site-packages\django Im able to import django and dont have problems when I execute the django.VERSION command. On Wed, Sep 14, 2011 at 10:26 PM, Yves S. Garret <[email protected] > wrote: > Is Python in your path? > > On Wed, Sep 14, 2011 at 10:01 PM, PremAnand Lakshmanan <[email protected] > > wrote: > >> I have a problem executing this command, >> >> C:\Python27\Lib\site-packages\django\bin\django-admin.py startproject >> mysite2 >> >> SyntaxError: invalid syntax >> >> I get the above error.. >> >> -- >> Prem >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Django users" group. >> To post to this group, send email to [email protected]. >> 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. >> > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > -- Prem 408-393-2545 -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

