Bug 582026 - [abrt] crash in python-matplotlib-0.99.1.2-1.fc12: animation_blit_fltk.py:2:<module>:ImportError: No module named fltk
Summary: [abrt] crash in python-matplotlib-0.99.1.2-1.fc12: animation_blit_fltk.py:2:<...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: python-matplotlib
Version: 12
Hardware: i686
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jef Spaleta
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:49e0e237
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-04-13 21:16 UTC by Przemek Klosowski
Modified: 2010-07-16 22:04 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-04-14 00:18:38 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (411 bytes, text/plain)
2010-04-13 21:16 UTC, Przemek Klosowski
no flags Details
matplotlib example/test script; examples dependent on optional features commented out (30.53 KB, text/plain)
2010-07-16 21:50 UTC, Przemek Klosowski
no flags Details

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.


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