[IPython-dev] ipython qt on Windows

Kevin Buchs kevin.buchs at gmail.com
Mon Nov 7 15:29:47 EST 2011


Yes, and with that change, all works fine. I found I even had stuff from
ipython 0.10 laying around.

I think I started to get the hang of the new configuration system. Thanks
for documenting that further. Can someone give me a quick pointer to how I
might set a default font for Qt Console that is larger (I know of C-+/-).

- Kevin Buchs

On Mon, Nov 7, 2011 at 11:02 AM, Thomas Kluyver <takowl at gmail.com> wrote:

> On 7 November 2011 16:58, Kevin Buchs <kevin.buchs at gmail.com> wrote:
>
>>
>>  When I start from a command line, I see this:
>>
>> > python.exe ipython-qtconsole-script.pyw
>> Traceback (most recent call last):
>>   File "<string>", line 1, in <module>
>>   File
>> "C:\Python27\lib\site-packages\ipython-0.11-py2.7.egg\IPython\zmq\__init__.py",
>> line 25, in <module>
>>     minimum_pyzmq_version, pyzmq_version))
>> ImportError: IPython.zmq requires pyzmq >= 2.1.4, but you have 2.1.10
>>
>>
>> So, it seems the problem still exists.
>>
>
> That's another bug in 0.11 - you can see from the traceback that it's
> importing stuff from your IPython 0.11 installation. If you install
> 0.12.dev so that it is imported before 0.11, it should work.
>
> Thomas
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20111107/190ee802/attachment.html>


More information about the IPython-dev mailing list