Re: Python PATH question

2008-07-13 Thread Rickard
. What do you think? On Jul 14, 10:10 am, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > On Jul 14, 11:42 am, Rickard <[EMAIL PROTECTED]> wrote: > > > Hi, > > > The documentation says "The value you use for PythonPath should > > include the parent dir

Python PATH question

2008-07-13 Thread Rickard
Hi, The documentation says "The value you use for PythonPath should include the parent directories of all the modules you are going to import in your application." If I have a typical Django project structure: root - mysite -- myapp1 -- myapp2 I should put root on the Python PATH, right? But