Opened 18 years ago
Closed 18 years ago
#4582 closed (duplicate)
setup.py on windows
Description ¶
I was getting Package not found error on windows while instaling Django .96.
I have to do following change at line no 24 in setup.py
package = dirpath[len_root_dir:].lstrip('
').replace('
', '.')
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This has already been fixed in trunk.