Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24695
| References | <f4ce781a-fd17-4347-8913-b7f9c060b7fe@x6g2000pbh.googlegroups.com> |
|---|---|
| From | Fabio Zadrozny <fabiofz@gmail.com> |
| Date | 2012-06-30 08:56 -0300 |
| Subject | Re: PyDev IPython Confusion |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1653.1341057427.4697.python-list@python.org> (permalink) |
On Wed, May 23, 2012 at 5:06 PM, Wanderer <wanderer@dialup4less.com> wrote:
> I have two versions of Python and Ipython; Python 2.6.6 with Ipython
> 0.11 and Python 2.7.3 with Ipython 0.12. When I run the Eclipse PyDev
> console for the Python 2.7.3 it says it is using Ipython 0.11 as the
> interpreter. Ipython 0.11 should not be in the Path for Python 2.7.3.
> Is this a bug in Ipython 0.12? Is there a command to check the Ipython
> version to verify it is Ipython 0.11 and not Ipython 0.12? Could this
> be something in the Windows registry that Ipython 0.11 is the
> 'registered' version of Ipython?
>
Please check on the latest PyDev 2.6.0 release (there was an issue
related PYTHONPATH ordering inside PyDev which could potentially lead
to that).
If it doesn't solve it for you, check if your PYTHONPATH is what you
expected inside the shell: import sys;
print('\n'.join(sorted(sys.path))) and compare that with your
configuration... ( note that the recommended place to ask PyDev
questions is at stackoverflow with a PyDev tag... see:
http://pydev.org/about.html )
Cheers,
Fabio
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
PyDev IPython Confusion Wanderer <wanderer@dialup4less.com> - 2012-05-23 13:06 -0700 Re: PyDev IPython Confusion Fabio Zadrozny <fabiofz@gmail.com> - 2012-06-30 08:56 -0300
csiph-web