Tricky.<br>I guess maybe the best way to deal this, then is to symlink everything in site-packages.<br>If anyone has any ideas about how else to do this, please let me know.<br>Thanks.<br><br>Jake<br><br><div class="gmail_quote">
On Dec 30, 2007 3:08 PM, Evren Esat Özkan &lt;<a href="mailto:sleytr@gmail.com">sleytr@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;">
It&#39;s sym.linked to site-packages. But just for testing I moved that link<br>to the project folder and it worked again.<br><div><div></div><div class="Wj3C7c"><br><br>On Sun, 30 Dec 2007 21:53:38 +0200, Jake B &lt;<a href="mailto:otakuj462@gmail.com">
otakuj462@gmail.com</a>&gt; wrote:<br><br>&gt; Is your django package installed locally as part of the project, or<br>&gt; globally<br>&gt; in someplace like /usr/lib?<br>&gt; Please let me know. Thanks.<br>&gt;<br>&gt; Jake
<br>&gt;<br>&gt; On Dec 30, 2007 2:34 PM, Evren Esat Özkan &lt;<a href="mailto:sleytr@gmail.com">sleytr@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt;&gt; Hi,<br>&gt;&gt;<br>&gt;&gt; I&#39;m using eric for Django based web development for last four months but
<br>&gt;&gt; never used it&#39;s debugging features. I&#39;m not using eric&#39;s shell too<br>&gt;&gt; &nbsp;(`manage.py shell` with ipython is &nbsp;enough for me)<br>&gt;&gt;<br>&gt;&gt; But I&#39;m just tried to run one of my projects via running 
manage.py with<br>&gt;&gt; `runserver` argument and it succesfuly started &nbsp;the server then printed<br>&gt;&gt; all<br>&gt;&gt; output to the shell.<br>&gt;&gt;<br>&gt;&gt; On 12/30/07, Jake B &lt;<a href="mailto:otakuj462@gmail.com">
otakuj462@gmail.com</a>&gt; wrote:<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; I&#39;m getting a bit confused now, because I&#39;ve added my eric workspace<br>&gt;&gt; to<br>&gt;&gt; &gt; my PYTHONPATH, and can import all the modules in my eric workspace
<br>&gt;&gt; from the<br>&gt;&gt; &gt; python interpreter run from any directory on my system, but when run<br>&gt;&gt; from<br>&gt;&gt; &gt; within eric, the modules still cannot import one-another. Also, the<br>&gt;&gt; eric
<br>&gt;&gt; &gt; python interpreter shell cannot import these modules, even though<br>&gt;&gt; they are<br>&gt;&gt; &gt; part of my project, and on my global PYTHONPATH.<br>&gt;&gt; &gt; Is there a best-practices way of making visible python packages that
<br>&gt;&gt; are<br>&gt;&gt; &gt; in the same directory and sharing the same project? If not, is there<br>&gt;&gt; a way<br>&gt;&gt; &gt; to at least troubleshoot eric to determine what it is using for its<br>&gt;&gt; &gt; PYTHONPATH?
<br>&gt;&gt; &gt; Please let me know. Thanks.<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; Jake<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; On Dec 30, 2007 11:42 AM, Jake B &lt; <a href="mailto:otakuj462@gmail.com">otakuj462@gmail.com</a>&gt; wrote:
<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; &gt; PyDev has this feature. When you make a new project, it<br>&gt;&gt; automatically<br>&gt;&gt; &gt; &gt; configures your PYTHONPATH for that project. It also gives you a<br>&gt;&gt; graphical
<br>&gt;&gt; &gt; &gt; way of adding additional paths to PYTHONPATH, and configuring<br>&gt;&gt; PYTHONPATH to<br>&gt;&gt; &gt; &gt; reference other projects in the workspace. This makes things much<br>&gt;&gt; easier.<br>
&gt;&gt; &gt; &gt; Perhaps I could put this in as a feature request.<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; Jake<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; On Dec 30, 2007 7:45 AM, Flavio Coelho &lt; <a href="mailto:fccoelho@gmail.com">
fccoelho@gmail.com</a> &gt; wrote:<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; Hi Jake,<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; As far as I know Eric does<br>&gt;&gt; &gt; &gt; &gt; not adds project folders to the Python (though it would be an
<br>&gt;&gt; interesting feature)<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; What I do in my development directories, when I want to import<br>&gt;&gt; from<br>&gt;&gt; &gt; &gt; &gt; a package sitting elsewhere (which I don&#39;t want to install
<br>&gt;&gt; globally), is to<br>&gt;&gt; &gt; &gt; &gt; add a symlink to it to a directory where it will be visible to<br>&gt;&gt; scripts<br>&gt;&gt; &gt; &gt; &gt; wanting to import it.<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; it is simple and it works for me without having to move or copy
<br>&gt;&gt; &gt; &gt; &gt; source files.<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; Flávio<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; On 12/29/07, Jake B &lt; <a href="mailto:otakuj462@gmail.com">otakuj462@gmail.com
</a>&gt; wrote:<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; &gt; Hi,<br>&gt;&gt; &gt; &gt; &gt; &gt; I&#39;m trying to use eric4 to debug a django project. To do this, I<br>&gt;&gt; &gt; &gt; &gt; &gt; have django checked out of svn, as well as my application
<br>&gt;&gt; files, and they<br>&gt;&gt; &gt; &gt; &gt; &gt; are all sharing the same workspace. I have directory structure<br>&gt;&gt; that looks<br>&gt;&gt; &gt; &gt; &gt; &gt; like this:<br>&gt;&gt; &gt; &gt; &gt; &gt;
<br>&gt;&gt; &gt; &gt; &gt; &gt; workspace_eric/<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; django/<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; bin/<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; ...<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; __init__.py
<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; fbproject/<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; fbapp/<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;__init__.py<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;models.py<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
urls.py<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;views.py<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; __init.py__<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; manage.py<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; settings.py<br>&gt;&gt; &gt; &gt; &gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; 
urls.py<br>&gt;&gt; &gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; &gt; Unfortunately, my modules in fbproject package cannot import my<br>&gt;&gt; &gt; &gt; &gt; &gt; modules in django package, so when I try to start the server by
<br>&gt;&gt; running<br>&gt;&gt; &gt; &gt; &gt; &gt; fbproject/manage.py, giving it the command line argument *<br>&gt;&gt; &gt; &gt; &gt; &gt; runserver*, and the working directory<br>&gt;&gt; /home/jacob/workspace_eric,
<br>&gt;&gt; &gt; &gt; &gt; &gt; it throws an error. Is eric supposed to configure my PYTHONPATH<br>&gt;&gt; for me? If<br>&gt;&gt; &gt; &gt; &gt; &gt; so, could anyone please let me know what I&#39;m missing?<br>&gt;&gt; &gt; &gt; &gt; &gt; Thanks.
<br>&gt;&gt; &gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; &gt; Jake<br>&gt;&gt; &gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; &gt; _______________________________________________<br>&gt;&gt; &gt; &gt; &gt; &gt; Eric mailing list
<br>&gt;&gt; &gt; &gt; &gt; &gt; <a href="mailto:Eric@riverbankcomputing.com">Eric@riverbankcomputing.com</a><br>&gt;&gt; &gt; &gt; &gt; &gt; <a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">
http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br>&gt;&gt; &gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt;<br>&gt;&gt; &gt; &gt; &gt; --<br>&gt;&gt; &gt; &gt; &gt; Flávio Codeço Coelho
<br>&gt;&gt; &gt; &gt; &gt; ----------------------------------------------------------------<br>&gt;&gt; &gt; &gt; &gt; &quot;My grandfather once told me that there were two kinds of people:<br>&gt;&gt; &gt; &gt; &gt; those who do the work and those who take the credit. He told me
<br>&gt;&gt; to try to be<br>&gt;&gt; &gt; &gt; &gt; in the first group; there was much less competition.&quot;<br>&gt;&gt; &gt; &gt; &gt; Indira Gandhi<br>&gt;&gt; &gt; &gt; &gt; ====================================<br>&gt;&gt; &gt; &gt; &gt; registered Linux user # 386432
<br>&gt;&gt; &gt; &gt; &gt; get counted at <a href="http://counter.li.org" target="_blank">http://counter.li.org</a><br>&gt;&gt; &gt; &gt; &gt; ----------------------------------------------------------------<br>&gt;&gt; &gt; &gt;
<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt; &gt;<br>&gt;&gt; &gt;<br>&gt;&gt; &gt; _______________________________________________<br>&gt;&gt; &gt; Eric mailing list<br>&gt;&gt; &gt; <a href="mailto:Eric@riverbankcomputing.com">
Eric@riverbankcomputing.com</a><br>&gt;&gt; &gt; <a href="http://www.riverbankcomputing.com/mailman/listinfo/eric" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/eric</a><br>&gt;&gt; &gt;<br>&gt;&gt; &gt;
<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; --<br>&gt;&gt; Evren Esat ÖZKAN<br>&gt;&gt; <a href="mailto:esat.ozkan@asyanet.com">esat.ozkan@asyanet.com</a><br><br><br><br></div></div>--<br><font color="#888888">Evren Esat Özkan<br>
</font></blockquote></div><br>