Comment 6 for bug 146182

Revision history for this message
George (gnwiii) wrote :

Ubuntu 9.10 Matplotlib requires wxPython 2.8, but model-builder still requires wxPython 2.6

  File "/usr/lib/pymodules/python2.6/matplotlib/backends/backend_wx.py", line 144, in <module>
    raise ImportError(missingwx)
ImportError: Matplotlib backend_wx and backend_wxagg require wxPython >=2.8

Workaround: remove wxPython 2.6, install python-setuptools and use easy_install to install
Model_Builder:

PYTHONPATH=/usr/local/lib/python2.6/site-packages easy_install-2.6 -d /usr/local/lib/python2.6/site-packages/ Model_Builder