Opened 13 years ago
Closed 13 years ago
#19974 closed Bug (needsinfo)
windows django installation
| Reported by: | anc.dump | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.5 |
| Severity: | Normal | Keywords: | windows installation |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Hey,
I tried to install django the way described in your documentation. It didn't work for me (Windows user). Instead of running python setup.py install in a command shell, I got it working only by running .\setup.py install (command shell run as an administrator) as mentioned in installing modules as described in python's documentation.
Is this behaviour correct?
Note:
See TracTickets
for help on using tickets.
What exact error message did you get when using
python setup.py install?Reopen this ticket if you can provide that information.