On 6/24/06, Andrew <[EMAIL PROTECTED]> wrote: > import mysite.myapp.testdir.foo doesn't work. Why?
Via IRC, we were able to help Andrew figure out he needed to add an __init__.py in the directory he wanted to import from; roughly speaking, this tells Python that the directory is a module from which thins can be imported. -- "May the forces of evil become confused on the way to your house." -- George Carlin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

