Make sure the unzipping tool that you used to uncompress the Django
kit preserves empty files like __init__.py. WinZip, in particular,
does not always do this.

On Jul 15, 1:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> I've been trying to setup Django on Dreamhost and I haven't had much
> luck. My latest error / problem is this:
>
> django-admin.py
> Traceback (most recent call last):
>   File "/home/username/projects/django/trunk/django/bin/django-
> admin.py", line 2, in ?
>     from django.coreimport managementImportError:Nomodulenamedcore
>
> and here is that file:
>
> #!/usr/bin/env python
> from django.coreimport management
>
> if __name__ == "__main__":
>     management.execute_from_command_line()
>
> I'm using the setup tutorial located 
> at:http://www.gordontillman.info/Development/DjangoDreamhost
>
> If you can point me in the right direction I would appreciate it.
>
> Thanks,
>
> Jason

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to