On Sat, Nov 7, 2009 at 4:15 PM, Zeynel <[email protected]> wrote: > > Hello, > > I know this has been asked here a million times before, but I couldn't > find the right answer. It seems something to do with PYTHONPATH. Can > anyone help me figure this out. This is the error message on the > windows shell: > > C:\Django-1.1.1>setup.py install > Traceback (most recent call last): > File "C:\Django-1.1.1\setup.py", line 69, in <module> > version = __import__('django').get_version() > ImportError: No module named django > > Is there a django directory under c:\Django-1.1.1? There should be. There should also be an __init__.py in that directory. If either of these are missing then likely the problem is whatever tool was used to unpack the tar.gz file. A tool that correctly unzips 0-byte files is required -- I've seen reports before of some Windows tools not handling these properly.
Karen --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---

