Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#7468 closed (wontfix)

Can't install in Windows

Reported by: MarkkuS Owned by: nobody
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 (last modified by Ramiro Morales)

When I try to install with "setup.py install" I get a error:

running install
running build
running build_py
error: package directory '\django' does not exist

But I have a 'django' directory in the current directory, but not in the root directory.

Change History (2)

comment:1 by Ramiro Morales, 16 years ago

Description: modified (diff)
Resolution: wontfix
Status: newclosed

This is a know bug on 0.96 and was fixed on trunk on [4912].

Unfortunately, there is no chance this fix can be applied to the 0.96.x branch because it will only get security-related fixes. Your option would be

a) Apply a local modification to your 0.96.x Django along the lines of what's suggested here: http://code.djangoproject.com/ticket/3245#comment:3
b) Try to backport that [4912] fix to your local 0.96.x copy yourself
c) Use Django trunk version

comment:2 by Brian Rosner, 16 years ago

milestone: post-1.0
Note: See TracTickets for help on using tickets.
Back to Top