Opened 18 years ago
Closed 18 years ago
#4582 closed (duplicate)
setup.py on windows
| Reported by: | Owned by: | Jacob | |
|---|---|---|---|
| Component: | Documentation | Version: | 0.96 |
| Severity: | Keywords: | setup windows | |
| 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 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.