Opened 11 years ago

Closed 11 years ago

#21225 closed Bug (invalid)

Unable to create django folder

Reported by: psnmurthy4@… Owned by: nobody
Component: Python 3 Version: 1.5
Severity: Release blocker 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 have got the following error
!C:\Python33\python.exe
from django.core import management

if name == "main": management.execute_from_command_line()

I have installed Python33 and Django-1.5.4 in my C folder after i have installed django (python setup.py install), i have tried import django by using interface python it's working fine.

After i have used the following path in command prompt:

C:\Python33\Scripts\django-admin.py but it's not working

C:\Python33\Scripts>django-admin.py startproject mysite it is also not working

C:\Python33\Scripts>

Can you give me solution for this

Change History (1)

comment:1 by Claude Paroz, 11 years ago

Resolution: invalid
Status: newclosed

Sorry, but the ticket system is not a support channel. See wiki:TicketClosingReasons/UseSupportChannels

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