Say I have a file structure like this:

mysite
    myapp
        __init__.py
        models.py
        views.py
        testdir
            foo.py


import mysite.myapp.testdir.foo  doesn't work. Why?

Is testdir not in my pythonpath?

Am I missing something?

Thanks in advance.


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