Opened 17 years ago

Closed 17 years ago

#4838 closed (invalid)

Error while installing Django.

Reported by: anonymous Owned by: Jacob
Component: Documentation Version: 0.96
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

hello people.
I'm trying to install Django-0.96 on Windows Xp.
I downloaded the tar file, extracted it and run this commands:

C:\>cd c:\django-0.96

C:\Django-0.96>setup.py install
running install
running build
running build_py
error: package directory '\django' does not exist

C:\Django-0.96>

Obviously, the folder 'C:\Django-0.96\django' exist, so I don't know what's the problem.

I really need your help, deadline is close ;)

Have a good day.
Michael.

Change History (1)

comment:1 by Malcolm Tredinnick, 17 years ago

Resolution: invalid
Status: newclosed

Please don't ask support questions here. This is for reporting bugs (and unfortunately, this bug is already well known). For support help, it is best to ask on the django-users mailing list (for a quick fix, grab setup.py and MANIFEST.in from subversion and use that instead of the versions in the 0.96 tarball).

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