Re: New to Django-Installation problem

2011-04-13 Thread PremAnand Lakshmanan
Yes, that was the problem..It installed properly now.. On Wed, Apr 13, 2011 at 5:32 AM, werefr0g wrote: > Are you using python 3? > > -- > 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@googl

Re: New to Django-Installation problem

2011-04-13 Thread werefr0g
Are you using python 3? -- 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-users+unsubscr...@googlegroups.com. For more option

Re: New to Django-Installation problem

2011-04-12 Thread Shawn Milochik
Try replacing this: C:\Django\Django-1.3>setup.py install with this: C:\Django\Django-1.3>python setup.py install Shawn -- 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.co

New to Django-Installation problem

2011-04-12 Thread prem
Hi, Im trying to install Django but get an error while installing..Its a window installation.. I have downloaded the Django files and when I tried to install I get the following error. C:\>cd django C:\Django>cd django-1.3 C:\Django\Django-1.3>setup.py install File "C:\Django\Django-1.3\set