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.core import management
ImportError: No module named core

and here is that file:

#!/usr/bin/env python
from django.core import 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