On 5/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> same thing:
>
>   File
> "/Users/Stirman/Development/django_src/django/bin/django-admin.py",
> line 2, in ?
>     from django.core import management
> ImportError: No module named django.core
>
> Man, didn't know we would be jumping down the rabbit hole on this
> one... but I do really appreciate the help.  Seems like we're closer, I
> hope!  maybe?  any other ideas?

What Jeremy said.

run python from the command line and execute these 2 lines at the
interactive prompt:

import sys
print sys.path

That will show you what python actually thinks your PYTHONPATH is.
Also, maybe copy and paste your .bashrc again... there might be a
typo. Also, don't forget to open a new shell, or run

source ~/.bashrc

to make sure the new env vars are set.

Joseph

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to