Bug 582026

Summary: [abrt] crash in python-matplotlib-0.99.1.2-1.fc12: animation_blit_fltk.py:2:<module>:ImportError: No module named fltk
Product: [Fedora] Fedora Reporter: Przemek Klosowski <przemek>
Component: python-matplotlibAssignee: Jef Spaleta <jspaleta>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 12CC: gwync, jspaleta
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard: abrt_hash:49e0e237
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-04-14 00:18:38 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
matplotlib example/test script; examples dependent on optional features commented out none

Description Przemek Klosowski 2010-04-13 21:16:53 UTC
abrt 1.0.8 detected a crash.

architecture: i686
cmdline: python animation_blit_fltk.py
comment: running matplotlib demos: hidden unsatisfied dependency
component: python-matplotlib
executable: /usr/share/doc/python-matplotlib-0.99.1.2/examples/animation/animation_blit_fltk.py
kernel: 2.6.31.12-174.2.22.fc12.i686.PAE
package: python-matplotlib-0.99.1.2-1.fc12
reason: animation_blit_fltk.py:2:<module>:ImportError: No module named fltk
release: Fedora release 12 (Constantine)

backtrace
-----
animation_blit_fltk.py:2:<module>:ImportError: No module named fltk

Traceback (most recent call last):
  File "animation_blit_fltk.py", line 2, in <module>
    import fltk
ImportError: No module named fltk

Local variables in innermost frame:
__builtins__: <module '__builtin__' (built-in)>
__file__: 'animation_blit_fltk.py'
__package__: None
sys: <module 'sys' (built-in)>
__name__: '__main__'
__doc__: None

How to reproduce
-----
1.python /usr/share/doc/python-matplotlib-0.99.1.2/examples/animation/animation/animation_blit_fltk.py
2. dependency problem
3.

Comment 1 Przemek Klosowski 2010-04-13 21:16:55 UTC
Created attachment 406350 [details]
File: backtrace

Comment 2 Jef Spaleta 2010-04-14 00:18:38 UTC
Please do not file tickets against the examples.  Some of the examples are very advanced examples and rely on additional python modules that are not required for matplotlib operation.

The fact that the fltk python module isn't available on your system is not a bug in matplotlib. 


-jef

Comment 3 Przemek Klosowski 2010-07-16 21:50:14 UTC
Created attachment 432511 [details]
matplotlib example/test script; examples dependent on optional features commented out

At Jef's request I weeded out the examples that depend on optional matplotlib features. The remaining examples show matplotlib capabilities, and some demonstrate what looks like residual bugs, or at least 'ABI' incompatibilities between the examples and current matplotlib.