#4082: build_py error: package directory '\django' does not exist
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: jacob
Status: closed | Component: Documentation
Version: 0.96 | Resolution: duplicate
Keywords: windows setup | Stage: Unreviewed
Has_patch: 0 | Needs_docs: 0
Needs_tests: 0 | Needs_better_patch: 0
---------------------------------+------------------------------------------
Comment (by Gleb Esman):
Here's what I did to install it on Windows without too much mind bending:
- Download 'Django-0.96.tar.gz' or whatever the latest version into C:\1
directory
- Unzip it - the directory 'C:\1\Django-0.96' got created
- All from the command prompt:
- Run: subst J: C:\1\Django-0.96
- Run: J:
- Run: setup.py install - now it works flawlessly.
- Run: C:
- Run: subst J: /d
Gleb
http://www.mensk.com
--
Ticket URL: <http://code.djangoproject.com/ticket/4082#comment:4>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---