Bug 915722 - python3-matplotlib plotting crashes
Summary: python3-matplotlib plotting crashes
Keywords:
Status: CLOSED DUPLICATE of bug 928326
Alias: None
Product: Fedora
Classification: Fedora
Component: python-matplotlib
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Thomas Spura
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-26 11:29 UTC by Sinan H
Modified: 2013-04-10 13:09 UTC (History)
9 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-04-10 13:09:55 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
show() backtrace (2.54 KB, text/plain)
2013-02-26 11:29 UTC, Sinan H
no flags Details

Description Sinan H 2013-02-26 11:29:45 UTC
Created attachment 702802 [details]
show() backtrace

Description of problem:

python3-matplotlib has a missing dependency (that I was unable to find) causing a crash in tk backend when show() is called. 

 
Version-Release number of selected component (if applicable):
python3-matplotlib-1.2.0-8.fc18.x86_64


How reproducible:

always

Steps to Reproduce:
$ python3
> from pylab import *
> plot([0,10])
> show()


Actual results:

Exception in Tkinter callback
last line is "TypeError: can't use a string pattern on a bytes-like object"
looks like font related (?)
figure window shows but its empty.


Expected results:
show plot



Additional info:

Comment 1 Sinan H 2013-02-27 16:46:34 UTC
Removed python3-matplotlib rpm and installed from src, 1.2.0, same version.
It works as expected (both Tkinter and Qt4 backends, see bug #915727 ) so I'm quite confident that the problem is not from upstream.

Comment 2 Thomas Spura 2013-04-10 13:09:55 UTC

*** This bug has been marked as a duplicate of bug 928326 ***


Note You need to log in before you can comment on or make changes to this bug.