Django

Code

Ticket #4082 (closed: duplicate)

Opened 3 years ago

Last modified 3 years ago

build_py error: package directory '\django' does not exist

Reported by: keymone@gmail.com Assigned to: jacob
Milestone: Component: Documentation
Version: 0.96 Keywords: windows setup
Cc: Triage Stage: Unreviewed
Has patch: 0 Needs documentation: 0
Needs tests: 0 Patch needs improvement: 0

Description

you say install apache, mod_python, bring up mysql and then type "setup.py install" in console

i did and i got this:

running install running build running build_py error: package directory '\django' does not exist

any ideas? P.S. platform W1nXP, Apach3 2.2, m0d_pyth0n 3.3.1, MySQL 5.0, Djang0-0.96

Attachments

Change History

04/21/07 07:51:42 changed by Simon G. <dev@simon.net.nz>

  • status changed from new to closed.
  • needs_better_patch changed.
  • needs_tests changed.
  • summary changed from setup.py install does not working to build_py error: package directory '\django' does not exist.
  • needs_docs changed.
  • resolution set to duplicate.

This sounds like the same issue as http://code.djangoproject.com/ticket/3245 - where is Django located on your drive (/django? or /somewhere/django?)

04/23/07 07:21:00 changed by Simon G. <dev@simon.net.nz>

Closed in favor of #4128

08/23/07 02:58:31 changed by anonymous

i met the same problem while installing django

09/18/07 14:29:05 changed 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


Add/Change #4082 (build_py error: package directory '\django' does not exist)




Change Properties
Action