Changes between Version 1 and Version 2 of Ticket #4128
- Timestamp:
- Apr 23, 2007, 6:03:26 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4128 – Description
v1 v2 1 1 Hello good folks, 2 2 A short description - Django 0.96 does not install on Windows XP. The command "setup.py install" ( or "setup.py build" ) does not work... it gives the following error output: 3 3 {{{ 4 4 running install 5 5 running build 6 6 running build_py 7 7 error: package directory '\django' does not exist 8 8 }}} 9 9 I hacked around a bit and found the problem in the setup.py file. The original relevant portion is: 10 10