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

Re: django installation problem

2009-01-12 Thread Karen Tracey
On Mon, Jan 12, 2009 at 2:31 PM, bconnors wrote: > > At my pythonpath directory I type in: > > Python django-admin.py > > and I get : > > Type 'django-admin.py help' for usage, which is : > What is it you want to do? You get the "here's how to get help" message because you haven't provided any

django installation problem

2009-01-12 Thread bconnors
At my pythonpath directory I type in: Python django-admin.py and I get : Type 'django-admin.py help' for usage, which is : #!/usr/bin/env python from django.core import management if __name__ == "__main__": management.execute_from_command_line() what can i do? --~--~-~--~~

Re: Django installation problem ...

2008-05-02 Thread Karen Tracey
On Fri, May 2, 2008 at 5:27 PM, AY <[EMAIL PROTECTED]> wrote: > > Following the instruction on Django tutorial #4, I had encounted the > following problem: > > On the website of http://localhost:8000/polls/ ...it displays only one > line of information ...". What's up? " > > and on the website of

Django installation problem ...

2008-05-02 Thread AY
Following the instruction on Django tutorial #4, I had encounted the following problem: On the website of http://localhost:8000/polls/ ...it displays only one line of information ...". What's up? " and on the website of (1)http://localhost:8000/polls/poll_list.html or (2) http://localhost:8000/