[Bug 853270] New: devel:languages:python3/python3-matplotlib: Bug can't use mathtext in pdf output of matplotlib in python3
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c0 Summary: devel:languages:python3/python3-matplotlib: Bug can't use mathtext in pdf output of matplotlib in python3 Classification: openSUSE Product: openSUSE.org Version: unspecified Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: 3rd party software AssignedTo: speilicke@suse.com ReportedBy: arun@gmx.de QAContact: opensuse-communityscreening@forge.provo.novell.com Found By: --- Blocker: --- Running into a mathtext error when writing pdf files Here is how to reproduce the error: import matplotlib from matplotlib import pyplot as plt from matplotlib.backends.backend_pdf import PdfPages import numpy as np with PdfPages('test.pdf') as pdf: a = np.arange(20) s = np.sin(a) fig = plt.figure() plt.xlabel(r"test $\mu$ ") plt.plot(a,s) pdf.savefig() fails with a lot of error messages, ending in: RuntimeError: maximum recursion depth exceeded in __instancecheck__ changing plt.xlabel(r"test $\mu$ ") to plt.xlabel(r"test ") removes the crash. Could be related to pyparsing? When I use the 2.7 python version this doesn't happen. I'm running 13.1/Tumbleweed with python3-matplotlib installed from dlp3 at the moment. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c1 --- Comment #1 from Arun Persaud <arun@gmx.de> 2013-12-03 22:48:29 UTC --- Seems to be pyparsing, updated to 2.0.1 and the problem was resolved. I created https://build.opensuse.org/request/show/209352 to updated ldp3, but this probably should also go into the normal update channel? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c2 --- Comment #2 from Sascha Peilicke <speilicke@suse.com> 2013-12-06 15:09:59 UTC --- mhm, 13.1 aleady ships pyparsing-2.0.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c Sascha Peilicke <speilicke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO InfoProvider| |arun@gmx.de -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c3 --- Comment #3 from Arun Persaud <arun@gmx.de> 2013-12-06 16:11:26 UTC --- What's missing is python3-pyparsing-2.0.1 https://build.opensuse.org/package/show/openSUSE:13.1/python3-pyparsing the python 2.7 version is already at 2.0.1, but the python3 version is still at 2.0.0, which seems to include the above bug. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c4 Sascha Peilicke <speilicke@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|arun@gmx.de | --- Comment #4 from Sascha Peilicke <speilicke@suse.com> 2013-12-06 16:37:06 UTC --- Ah sorry, sr#209662 then. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c5 --- Comment #5 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-12-06 18:00:19 CET --- This is an autogenerated message for OBS integration: This bug (853270) was mentioned in https://build.opensuse.org/request/show/209662 13.1 / python3-pyparsing -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c6 Benjamin Brunner <bbrunner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #6 from Benjamin Brunner <bbrunner@suse.com> 2013-12-16 14:33:17 CET --- Update released for openSUSE 13.1. Resolved fixed. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=853270 https://bugzilla.novell.com/show_bug.cgi?id=853270#c7 --- Comment #7 from Swamp Workflow Management <swamp@suse.de> 2013-12-16 14:09:08 UTC --- openSUSE-RU-2013:1890-1: An update that has one recommended fix can now be installed. Category: recommended (low) Bug References: 853270 CVE References: Sources used: openSUSE 13.1 (src): python3-pyparsing-2.0.1-2.4.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com