Hello,
I attempted to setup django on dreamhost using Gordon Tillman's
instructions a while ago but had problems and have been unable to
resume the process. I left off with getting an ImportError and have
not been able to figure it out. If anyone has resolved this problem or
can help me out I would appreciate it.
Here is my bash_profile:
# ~/.bash_profile: executed by bash(1) for login shells.
umask 002
PS1='[\h]$ '
export PATH=$HOME/bin:$HOME/projects/django/trunk/django/bin:$PATH
export PYTHONPATH=$HOME/projects:$HOME/projects/django/trunk:$HOME/
projects/flup/trunk:$PYTHONPATH
and here is the error:
$ 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
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 [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
-~----------~----~----~----~------~----~------~--~---