Hi,<br>I&#39;m trying to use eric4 to debug a django project. To do this, I have django checked out of svn, as well as my application files, and they are all sharing the same workspace. I have directory structure that looks like this:
<br><br>workspace_eric/<br>&nbsp;&nbsp;&nbsp; django/<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; bin/<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; __init__.py<br>&nbsp;&nbsp;&nbsp; fbproject/<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; fbapp/<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  &nbsp;&nbsp;&nbsp; __init__.py<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  models.py<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  urls.py<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;  views.py
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; __init.py__<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; manage.py<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; settings.py<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; urls.py<br><br>Unfortunately, my modules in fbproject package cannot import my modules in django package, so when I try to start the server by running fbproject/manage.py, giving it the command line argument 
<i>runserver</i>, and the working directory /home/jacob/workspace_eric, it throws an error. Is eric supposed to configure my PYTHONPATH for me? If so, could anyone please let me know what I&#39;m missing?<br>Thanks.<br><br>
Jake<br>