Hi All, I was excited to see that a Qt4 backend is available for matplotlib - I'm running 0.87.7. So, I installed PyQt4 from source from the riverbankcomputing website (OSX comes with the Qt framework already installed), and tried to give it a go.
First off I got the error: "No module named qt" So, I went into the Shell.py script in the IPython subdirectory of site-packages and changed all instances of "import qt" to "from PyQt4 import Qt as qt". It fixed the module not found error, but now I get the following error in Shell.py "TypeError: too many arguments to QTimer.start(), 1 at most expected" I realize that this is more likely an error with ipython, but I'm wondering if anyone else has seen this. If so, have people verified that ipython (0.80) is indeed compatible with the Qt4Agg backend. Any ideas how I can fix this? Thanks, Aaron ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users