Opened 16 years ago

Closed 16 years ago

#6869 closed (invalid)

django-admin problem on a vista-home premium system

Reported by: tobias2891@… Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I've installed Django (svn) on a vista-home premium system with Python
2.5. Now when I type

C:\xxx>django-admin.py startproject mysite

I get the following message.

Type 'django-admin.py help' for usage.

I have no idea why this happens (I tried what it suggests and get the
same message).
I'm running python2.5. The system finds django-admin.py because if I
change the name to django-admin1.py it tells me it cannot find the
file. I have successfully installed on xp in the past, so I don't know
why this is happening.

HELP???

Change History (1)

comment:1 by Ramiro Morales, 16 years ago

Resolution: invalid
Status: newclosed

Please read the "Please don't use the ticket system to ask support questions. Use the django-users mailing list for that, or our IRC channel. (See the "Get help" section of the community page for more information.)" part of the page you used to open this ticket. USe these suggested channels to ask support.

Note: See TracTickets for help on using tickets.
Back to Top