[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-13 Thread Launchpad Bug Tracker
This bug was fixed in the package ipython - 0.10.1-1ubuntu0.1 --- ipython (0.10.1-1ubuntu0.1) natty-proposed; urgency=low * add patch to fix blocking show (LP: #777420) -- Julian TaylorWed, 25 May 2011 13:15:38 +0200 ** Changed in: ipython (Ubuntu Natty) Status: Fix Co

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-06 Thread Jean-Baptiste Lallement
** Tags added: verification-done ** Tags removed: verification-needed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777420 Title: show() blocks in pylab mode with ipython 0.10.1 -- ubuntu-bugs mai

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-06 Thread Barry Warsaw
vincefn: right, this isn't 0.10.2, but just 0.10.1 with a backported patch to fix just the immediate problem. Thanks for testing it! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777420 Title: show

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-06 Thread vincefn
Thanks for the quick upload ! This looks OK, I installed the new package using: wget http://archive.ubuntu.com/ubuntu/pool/universe/i/ipython/ipython_0.10.1-1ubuntu0.1_all.deb dpkg -i ipython_0.10.1-1ubuntu0.1_all.deb And with this new version, both ipython -pylab and ipython -wthread seem to

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/natty-proposed/ipython -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777420 Title: show() blocks in pylab mode with ipython 0.10.1 -- ubuntu-bugs mailing list ubuntu-bu

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-06 Thread Martin Pitt
Accepted ipython into natty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: ipython (Ubuntu Natty)

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-02 Thread Barry Warsaw
** Changed in: ipython (Ubuntu Natty) Status: Triaged => In Progress ** Tags added: verification-needed ** Tags removed: running-unity ** Tags removed: amd64 apport-bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-02 Thread Barry Warsaw
Oh, please be sure to test the package in natty-proposed once it's uploaded. See the SRU link above for details. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777420 Title: show() blocks in pylab m

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-06-02 Thread Barry Warsaw
I'll sponsor the upload to natty-proposed and subscribe ubuntu-sru. The patch in the merge proposal works for me and looks good. Thanks for your contribution to Ubuntu! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~jtaylor/ubuntu/natty/ipython/ipython-fix-777420 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/777420 Title: show() blocks in pylab mode with ipython 0.10.1 -- ubuntu-bugs mai

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread Micah Gersten
Apparently fixed in 0.10.2, so marking Fix Released for oneiric ** Also affects: ipython (Ubuntu Natty) Importance: Undecided Status: New ** Also affects: ipython (Ubuntu Oneiric) Importance: Undecided Status: Confirmed ** Tags added: regression-release ** Changed in: ipytho

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread vincefn
I really believe this qualifies for an SRU: * the thread-handling of ipython represents a large part of its added value compared to a standard python console * it affects matplotlib, although a workaround using a different backend is possible, it removes some functionality (described in this bug

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread Julian Taylor
If you think it qualifies for a SRU have a look here: https://wiki.ubuntu.com/StableReleaseUpdates Better ask the release team for an Ok before backporting the fix. Or you could do a backport: https://help.ubuntu.com/community/UbuntuBackports -- You received this bug notification because you ar

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread vincefn
> png is supported which is lossless and compresses very well unless your plotting photos. Unfortunately I am plotting images recorded from 2D detectors, so compression is not that good with png (yes I can post-convert to jpg but I'd rather avoid that sort of kludge). > I have 0.10.2 in my ppa:

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread vincefn
Answering my own query: apparently installing ipython 0.10.2 (from oneiric) fixes the issue: http://launchpadlibrarian.net/70857487/ipython_0.10.2-1_all.deb Is there any chance this could be pushed as an update for natty (when installing, no dependency conflict appeared) ? -- You received this

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-25 Thread Julian Taylor
png is supported which is lossless and compresses very well unless your plotting photos. You can convert these to jpg later with e.g. the convert command from imagemagick. I have 0.10.2 in my ppa: https://launchpad.net/~jtaylor/+archive/ipython but it may get replaced by 0.11 soon. which will in

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-24 Thread vincefn
I also have this problem with ipython & natty. Even if TkAgg works fine, not being able to use GTK(Agg) means that figures cannot be saved directly as jpg's - which is a problem when you want to save a lot (1's) of 2D plots without using too much disk space. Also, I can't seem to be able tu u

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-04 Thread Julian Taylor
this only affects the matplotlib GTK backend which is not used by default. The default backend (TKAgg) works fine. You can change backend by copying /etc/matplotlibrc to $HOME/.matplotlib/ and changing the "backend:" line ** Changed in: ipython (Ubuntu) Status: New => Confirmed -- You re

[Bug 777420] Re: show() blocks in pylab mode with ipython 0.10.1

2011-05-04 Thread Johannes H. Jensen
** Description changed: Binary package hint: ipython - From the upstream bug: + From the upstream bug: https://github.com/ipython/ipython/issues/185 After updating to ipython 0.10.1 on 64-bit Linux, I noticed that plotting commands no longer automatically display anything when ipython