#2590: missing __init__.py in django/core
---------------------------------+------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: adrian
Type: defect | Status: new
Priority: normal | Milestone:
Component: Admin interface | Version:
Severity: normal | Keywords:
---------------------------------+------------------------------------------
On Windows, when calling django-admin.py I am getting the error
>django-admin.py startproject mysite
Traceback (most recent call last):
File "C:\Project\IXE\Django-0.95\django\bin\django-admin.py", line 2, in
?
from django.core import management
ImportError: No module named core
Trying to figure it out, I noticed that the file __init__.py is missing on
the directories core and others, and therefore python24 skips those
directories when looking for modules.
They are present as empty files in the tar.gz, but apparently winzip skips
empty files.
--
Ticket URL: <http://code.djangoproject.com/ticket/2590>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---