Hi,<br>I'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> django/<br> bin/<br> ...<br> __init__.py<br> fbproject/<br> fbapp/<br> __init__.py<br> models.py<br> urls.py<br> views.py
<br> __init.py__<br> manage.py<br> settings.py<br> 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'm missing?<br>Thanks.<br><br>
Jake<br>