Hi,

Using pylab svn, the qt backend is broken.

import pylab fails  :

/usr/lib/python2.4/site-packages/matplotlib/backends/backend_qtagg.py
     11
     12 from backend_agg import FigureCanvasAgg
---> 13 from backend_qt import qt, FigureManagerQT, FigureCanvasQT,\
     14      show, draw_if_interactive, backend_version, \
     15      NavigationToolbar2QT

/usr/lib/python2.4/site-packages/matplotlib/backends/backend_qt.py
     15 from matplotlib.widgets import SubplotTool
     16
---> 17 import qt
     18
     19 backend_version = "0.9.1"

ImportError: No module named qt

If I replace import qt by import PyQt4, I get another error :
/usr/lib/python2.4/site-packages/matplotlib/backends/backend_qt.py
     22 DEBUG = False
     23
---> 24 cursord = {
     25     cursors.MOVE          : qt.Qt.PointingHandCursor,
     26     cursors.HAND          : qt.Qt.WaitCursor,

It is a well known problem ?
What could I do to help to debug that?

Xavier

-- 
############################################
Xavier Gnata
CRAL - Observatoire de Lyon
9, avenue Charles André
69561 Saint Genis Laval cedex
Phone: +33 4 78 86 85 28
Fax: +33 4 78 86 83 86
E-mail: [EMAIL PROTECTED]
############################################ 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to