Opened 17 years ago

Closed 17 years ago

#4582 closed (duplicate)

setup.py on windows

Reported by: manish.newsletters@… 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 anonymous, 17 years ago

comment:2 by Malcolm Tredinnick, 17 years ago

Resolution: duplicate
Status: newclosed

This has already been fixed in trunk.

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