Changes between Initial Version and Version 1 of Ticket #7468


Ignore:
Timestamp:
Jun 16, 2008, 12:47:47 PM (16 years ago)
Author:
Ramiro Morales
Comment:

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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7468

    • Property Resolutionwontfix
    • Property Status newclosed
  • Ticket #7468 – Description

    initial v1  
    11When I try to install with "setup.py install" I get a error:
    22
     3{{{
    34running install
    4 
    55running build
    6 
    76running build_py
    8 
    97error: package directory '\django' does not exist
     8}}}
    109
    1110But I have a 'django' directory in the current directory, but not in the root directory.
Back to Top