Note that there are some explanatory texts on larger screens.

plurals
  1. POset ipython as interpreter for pydev
    primarykey
    data
    text
    <p>I would like to use IPython as interpreter in Pydev eclipse plugin. </p> <p>I have IPython 0.10 and Pydev 2.5.0, running on linux (opensuse). </p> <p>When I go into Pydev preferences and try to set the IPython path (as explained on this page : <a href="http://pydev.org/manual_101_interpreter.html">http://pydev.org/manual_101_interpreter.html</a>) , I get the following error </p> <p>"Python stdlib not found or stdlib found without .py files"</p> <p>The ipython interpreter works fine from a bash terminal, and i get the path from the command "which ipython".</p> <p>Can someone help me ?</p> <p>Thanks !</p> <p>The interpreterInfo.py output is :</p> <pre><code>python /home/softs/eclipse/plugins/org.python.pydev_2.5.0.2012040618/PySrc/interpreterInfo.py &lt;xml&gt; &lt;version&gt;2.7&lt;/version&gt; &lt;executable&gt;/usr/bin/python&lt;/executable&gt; &lt;lib path="out"&gt;/home/softs/eclipse/plugins/org.python.pydev_2.5.0.2012040618/PySrc&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/local/lib64/python2.7/site-packages/scikits.timeseries-0.91.3-py2.7-linux-x86_64.egg&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/local/lib64/python2.7/site-packages/distribute-0.6.19-py2.7.egg&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/local/lib64/python2.7/site-packages/MeshPy-2011.1-py2.7-linux-x86_64.egg&lt;/lib&gt; &lt;lib path="out"&gt;/data/dvp/python&lt;/lib&gt; &lt;lib path="out"&gt;/home/mayet&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib/python27.zip&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/plat-linux2&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/lib-tk&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/lib-old&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/lib-dynload&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/site-packages&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/site-packages/PIL&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/local/lib64/python2.7/site-packages&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/local/lib/python2.7/site-packages&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/site-packages/gtk-2.0&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib/python2.7/site-packages&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib/python2.7/site-packages/setuptools-0.6c11-py2.7.egg-info&lt;/lib&gt; &lt;lib path="ins"&gt;/usr/lib64/python2.7/site-packages/wx-2.8-gtk2-unicode&lt;/lib&gt; &lt;forced_lib&gt;__builtin__&lt;/forced_lib&gt; &lt;forced_lib&gt;__main__&lt;/forced_lib&gt; &lt;forced_lib&gt;_ast&lt;/forced_lib&gt; &lt;forced_lib&gt;_codecs&lt;/forced_lib&gt; &lt;forced_lib&gt;_sre&lt;/forced_lib&gt; &lt;forced_lib&gt;_symtable&lt;/forced_lib&gt; &lt;forced_lib&gt;_warnings&lt;/forced_lib&gt; &lt;forced_lib&gt;errno&lt;/forced_lib&gt; &lt;forced_lib&gt;exceptions&lt;/forced_lib&gt; &lt;forced_lib&gt;gc&lt;/forced_lib&gt; &lt;forced_lib&gt;imp&lt;/forced_lib&gt; &lt;forced_lib&gt;marshal&lt;/forced_lib&gt; &lt;forced_lib&gt;posix&lt;/forced_lib&gt; &lt;forced_lib&gt;pwd&lt;/forced_lib&gt; &lt;forced_lib&gt;signal&lt;/forced_lib&gt; &lt;forced_lib&gt;sys&lt;/forced_lib&gt; &lt;forced_lib&gt;thread&lt;/forced_lib&gt; &lt;forced_lib&gt;xxsubtype&lt;/forced_lib&gt; &lt;forced_lib&gt;zipimport&lt;/forced_lib&gt; &lt;/xml&gt;Traceback (most recent call last): File "/home/softs/eclipse/plugins/org.python.pydev_2.5.0.2012040618/PySrc/interpreterInfo.py", line 142, in &lt;module&gt; raise RuntimeError('Ok, this is so that it shows the output (ugly hack for some platforms, so that it releases the output).') RuntimeError: Ok, this is so that it shows the output (ugly hack for some platforms, so that it releases the output). </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload