I'm getting a bit confused now, because I've added my eric workspace to my PYTHONPATH, and can import all the modules in my eric workspace from the python interpreter run from any directory on my system, but when run from within eric, the modules still cannot import one-another. Also, the eric python interpreter shell cannot import these modules, even though they are part of my project, and on my global PYTHONPATH. 
<br>Is there a best-practices way of making visible python packages that are in the same directory and sharing the same project? If not, is there a way to at least troubleshoot eric to determine what it is using for its PYTHONPATH?
<br>Please let me know. Thanks.<br><br>Jake<br><br><div class="gmail_quote">On Dec 30, 2007 11:42 AM, Jake B &lt;<a href="mailto:otakuj462@gmail.com">otakuj462@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
PyDev has this feature. When you make a new project, it automatically configures your PYTHONPATH for that project. It also gives you a graphical way of adding additional paths to PYTHONPATH, and configuring PYTHONPATH to reference other projects in the workspace. This makes things much easier. Perhaps I could put this in as a feature request.
<br><font color="#888888"><br>Jake</font><div><div></div><div class="Wj3C7c"><br><br><div class="gmail_quote">On Dec 30, 2007 7:45 AM, Flavio Coelho &lt;<a href="mailto:fccoelho@gmail.com" target="_blank">fccoelho@gmail.com
</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Jake, <br><br>As far as I know Eric does not&nbsp;adds&nbsp;project&nbsp;folders&nbsp;to&nbsp;the&nbsp;Python&nbsp;(though&nbsp;it&nbsp;would&nbsp;be&nbsp;an&nbsp;interesting&nbsp;feature)<br> <br>What I do in my development directories, when I want to import from a package sitting elsewhere (which I don&#39;t want to install globally), is to add a symlink to it to a directory where it will be visible to scripts wanting to import it.
<br><br>it is simple and it works for me without having to move or copy source files.<br><br>Flávio<br><br><div><div><div></div><div><span class="gmail_quote">On 12/29/07, <b class="gmail_sendername">Jake B
</b> &lt;<a href="mailto:otakuj462@gmail.com" target="_blank">
otakuj462@gmail.com</a>&gt; wrote:</span></div></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div>
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><span>


<br> Jake<br></span><br></div></div>_______________________________________________<br>Eric mailing list<br><a href="mailto:Eric@riverbankcomputing.com" target="_blank">Eric@riverbankcomputing.com
</a><br><a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br><br></blockquote>
</div><br><br clear="all"><br>-- <br>Flávio Codeço Coelho<br>----------------------------------------------------------------<br>&quot;My grandfather once told me that there were two kinds of people: those who do the work and those who take the credit. He told me to try to be in the first group; there was much less competition.&quot;
<br>Indira Gandhi<br>====================================<br>registered Linux user # 386432<br>get counted at <a href="http://counter.li.org" target="_blank">http://counter.li.org</a><br>---------------------------------------------------------------- 
</blockquote></div><br>
</div></div></blockquote></div><br>