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
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
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
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
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
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?
--~--~-~--~~
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
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/
8 matches
Mail list logo