[Bug 243517] Re: Johns Hopkins misspelled
I'm using Ubuntu 8.04 - Hardy Heron as well. The example-content version is 31. -- Johns Hopkins misspelled https://bugs.launchpad.net/bugs/243517 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 278764] Re: [intrepid] No output in ipython because because of wrong default backend
@joosteto: What you are seeing is the correct behavior, since the examples are designed to be interactive examples, and when no GUI backend is specified, there's not much matplotlib can do. The warning is not displayed in this case, because scripts that want to output a file usually have both show() and savefig(), and in that case warning on show() would be unnecessary noise. I think the fix that we're all clamoring for -- to have TkAgg be the default backend -- would address your concerns. Is that the case? @Joerg: You and I are in full agreement. Hopefully the packager will make that change. -- [intrepid] No output in ipython because because of wrong default backend https://bugs.launchpad.net/bugs/278764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 278764] Re: [intrepid] No output in ipython because because of wrong default backend
Fantastic! Thank you! Longer term, I think the metapackage idea has some promise. An alternative might also be for matplotlib to be more dynamic at startup time when selecting a backend. For example, we could have an "Auto" backend setting, that would select from Qt, Gtk, Tk, Cocoa etc. based on the user's DE and what is available and installed. Currently, we do this at build time, but it might be more appropriate at startup time in the context of pre-compiled packages. Anyway, that's OT for this bug, but we'd be happy to discuss this on the matplotlib-devel mailing list. Input from people with experience distributing things or who know how other projects handle this issue would be very helpful to us. -- [intrepid] No output in ipython because because of wrong default backend https://bugs.launchpad.net/bugs/278764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 278764] Re: [intrepid] No output in ipython because because of wrong default backend
(I'm an upstream developer). Agg is the upstream default *only* if none of the GUI backends are installed (pygtk, PyQt, wxPython, or Tkinter). It's really a failsafe case, not a default. I would suggest making python-tk a hard dependency and setting TkAgg as the default. To address Joerg's suggestion -- it might be worth issuing a warning when "ipython -pylab" is started with a non-GUI backend. We can try to address that upstream, and I'll also submit a patch to this bug so it could be backported to 0.98.x -- [intrepid] No output in ipython because because of wrong default backend https://bugs.launchpad.net/bugs/278764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 279232] Re: Matplotlib does not open the window with the plot
*** This bug is a duplicate of bug 278764 *** https://bugs.launchpad.net/bugs/278764 ** This bug has been marked a duplicate of bug 278764 [intrepid] No output in ipython because because of wrong default backend -- Matplotlib does not open the window with the plot https://bugs.launchpad.net/bugs/279232 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 278764] Re: [intrepid] No output in ipython because because of wrong default backend
** Changed in: matplotlib (Ubuntu) Status: New => Confirmed -- [intrepid] No output in ipython because because of wrong default backend https://bugs.launchpad.net/bugs/278764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 278764] Re: [intrepid] No output in ipython because because of wrong default backend
Attached a patch to display warning when user calls show() with non-GUI backend. This addresses Joerg's difficulty -- that it's hard to know what's wrong when matplotlib is mis-configured to not show a window. This patch can be considered optional. The real bug here is that matplotlib is misconfigured to use a non-GUI backend as the default. ** Attachment added: "Patch to display warning when non-GUI backend is selected and user calls show()" http://launchpadlibrarian.net/18322977/backends.__init__.py.patch -- [intrepid] No output in ipython because because of wrong default backend https://bugs.launchpad.net/bugs/278764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 278764] Re: [intrepid] No output in ipython because because of wrong default backend
Here's a better patch that will only warn when show() is run directly from the python or ipython consoles. ** Attachment added: "backends.__init__.py.patch" http://launchpadlibrarian.net/18364323/backends.__init__.py.patch -- [intrepid] No output in ipython because because of wrong default backend https://bugs.launchpad.net/bugs/278764 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 243517] [NEW] Johns Hopkins misspelled
Public bug reported: Binary package hint: example-content case_ubuntu_johnhopkins_v2.pdf should be case_ubuntu_johnshopkins_v2.pdf (I'm a JHU alum). ** Affects: example-content (Ubuntu) Importance: Undecided Status: New -- Johns Hopkins misspelled https://bugs.launchpad.net/bugs/243517 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231503] Re: lilypond-invoke-editor broken when LD_LIBRARY_PATH unset
** Attachment added: "lilypond-invoke-editor.scm.diff" http://launchpadlibrarian.net/14580971/lilypond-invoke-editor.scm.diff -- lilypond-invoke-editor broken when LD_LIBRARY_PATH unset https://bugs.launchpad.net/bugs/231503 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 231503] [NEW] lilypond-invoke-editor broken when LD_LIBRARY_PATH unset
Public bug reported: Binary package hint: lilypond lilypond-invoke-editor (which is part of the "point and click" functionality between xpdf and a user's preferred editor) fails when the environment variable LD_LIBRARY_PATH is unset. (This is the default for a clean user on Ubuntu 8.04). To reproduce: $ lilypond-invoke-editor textedit://foo.ly:3:1:1 lilypond-invoke-editor (GNU LilyPond) 2.10.33 ERROR: In procedure string-split: ERROR: Wrong type argument in position 1 (expecting string): #f If successful, this command should bring up "foo.ly" in the preferred editor. There is a fix for this bug upstream that came out since 2.10.33: http://git.savannah.gnu.org/gitweb/?p=lilypond.git;a=commitdiff;h=54adcc9f0c5ee65d4afec147099f2ae0bddbfc74 ** Affects: lilypond (Ubuntu) Importance: Undecided Status: New -- lilypond-invoke-editor broken when LD_LIBRARY_PATH unset https://bugs.launchpad.net/bugs/231503 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 251488] Re: Square brackets in mathtext causes error message
Here's the patch from SVN to address this specific issue. The SVN revision is here: http://matplotlib.svn.sourceforge.net/viewvc/matplotlib?view=rev&revision=4854 ** Attachment added: "mathtext.py.patch" http://launchpadlibrarian.net/17274805/mathtext.py.patch -- Square brackets in mathtext causes error message https://bugs.launchpad.net/bugs/251488 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 246239] Re: pylab.savefig() causes memory leak in matplotlib-0.91.2
As the author of this patch is matplotlib's SVN, I'll second that this is a pretty critical bug and should be pushed out as a stable release update asap. -- pylab.savefig() causes memory leak in matplotlib-0.91.2 https://bugs.launchpad.net/bugs/246239 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 246239] Re: pylab.savefig() causes memory leak in matplotlib-0.91.2
I'm sorry for creating a wild goose chase. I misread the original post. The update to _subprocess.c only impacts Python < 2.4. Since Hardy ships 2.5.2, that patch should actually have no effect, though of course it's harmless. I think we need a test case from the OP to determine the root cause of the leak he is experiencing and hopefully we can cherry-pick a patch from SVN sometime between 0.91.1 and 0.91.4 that resolves it. -- pylab.savefig() causes memory leak in matplotlib-0.91.2 https://bugs.launchpad.net/bugs/246239 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 124381] Reference leak
Public bug reported: wxPython 2.8.1.1 has a reference leak whereby every class that inherits from a wxPython class will leak a dictionary object. This bug was addressed in the wxPython 2.8.3.0 release, or it can be fixed independently with the following patch: http://cvs.wxwidgets.org/viewcvs.cgi/wxWidgets/wxPython/src/helpers.cpp.diff?r1=1.145&r2=1.145.4.1 To reproduce, run the following Python script. If things are working correctly, the numbers printed out will not increase. import wx import gc class Test(wx.Frame): pass wxapp = wx.PySimpleApp() for i in range(100): test = Test(None) print len(gc.get_objects()) ** Affects: wxwidgets2.8 (Ubuntu) Importance: Undecided Status: New -- Reference leak https://bugs.launchpad.net/bugs/124381 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 432459] Re: "clobber" fails when writing files
If you prefer to patch for this bug alone, you can use this (from upstream): https://svn.stsci.edu/trac/ssb/pyfits/changeset?new=trunk%2Flib%2FNP_pyfits.py%40427&old=trunk%2Flib%2FNP_pyfits.py%40426 -- "clobber" fails when writing files https://bugs.launchpad.net/bugs/432459 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 685710] Re: UnicodeEncodeError on help(polar)
Fixed upstream in SVN r8816 with the attached patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685710 Title: UnicodeEncodeError on help(polar) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 685710] Re: UnicodeEncodeError on help(polar)
Fixed upstream in SVN r8816 with the attached patch. ** Patch added: "unicode.diff" https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/685710/+attachment/1757331/+files/unicode.diff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/685710 Title: UnicodeEncodeError on help(polar) -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1512190] Re: matplotlib 1.5.0~rc2-1ubuntu2: autopkgtest failures on all architectures, SIGBUS in python2.7-dbg
FYI: The matplotlib 1.5.0 final release has this patch. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1512190 Title: matplotlib 1.5.0~rc2-1ubuntu2: autopkgtest failures on all architectures, SIGBUS in python2.7-dbg To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1512190/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1398987] Re: GTK3Cairo doesn't work
Hi. matplotlib developer here. Gtk3Cairo backend was considered experimental in version 1.3. Upgrading to 1.4 is probably the way to go here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1398987 Title: GTK3Cairo doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/matplotlib/+bug/1398987/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 697113] Re: DateFormatter and i18n raises UnicodeDecodeError
The encoding of the locale strings should match the preferredencoding. Unfortunately, preferredencoding is 'ascii' here. This sounds like an environmental issue. Secondly, the truncating of the month name is to be expected. '%b' is defined to return an abbreviated month name (and how the abbreviation is done is locale-dependent). '%B' will provide a full month name. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/697113 Title: DateFormatter and i18n raises UnicodeDecodeError -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs