Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #23643 > unrolled thread
| Started by | Wanderer <wanderer@dialup4less.com> |
|---|---|
| First post | 2012-05-23 13:06 -0700 |
| Last post | 2012-06-30 08:56 -0300 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Wanderer <wanderer@dialup4less.com> |
|---|---|
| Date | 2012-05-23 13:06 -0700 |
| Subject | PyDev IPython Confusion |
| Message-ID | <f4ce781a-fd17-4347-8913-b7f9c060b7fe@x6g2000pbh.googlegroups.com> |
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? Thanks
[toc] | [next] | [standalone]
| From | Fabio Zadrozny <fabiofz@gmail.com> |
|---|---|
| Date | 2012-06-30 08:56 -0300 |
| Message-ID | <mailman.1653.1341057427.4697.python-list@python.org> |
| In reply to | #23643 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web