[EMAIL PROTECTED] wrote: > My directory structure is: > > projects/ > django/ > __init__.py > trunk/ > django/ > __init__.py > core/ > __init__.py > > and my PYTHONPATH is: > > export PYTHONPATH=$HOME/projects:$HOME/projects/django/trunk:$HOME/ > projects/flup/trunk:$PYTHONPATH > The problem is that you have *two* django packages: I don't know why you have an __init__.py in $HOME/projects/django, but that and your first path element are combining to make Python think it's found Django at the top level. If you delete or rename $HOME/projects/__init__.py you should then be able to find core.
regards Steve -- Steve Holden +1 571 484 6266 +1 800 494 3119 Holden Web LLC http://www.holdenweb.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---