reporter:
jolle...@gmail.com
summary: I think I broke PDFGui
description: I'm running Ubuntu; a few days ago I tried upgrading from Hardy to Intrepid, and got some error messages related to NumPy. Since then I've removed and completely re-installed NumPy, but to no avail, apparently. The DiffPy website hasn't been working for the last few days, so I've been unable to check and see whether maybe there are other libraries I should be looking at replacing.
This error happened when, immediately after starting PDFgui, I tried creating a new fit. I get errors when I try to do pretty much anything now, which is what makes me think I have a bad library somewhere.
component: pdfgui
version: 1.0-r3067-20090410
traceback:
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/gui/errorwrapper.py", line 60, in _f
return func(*args, **kwargs)
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/gui/plotpanel.py", line 207, in updateWidgets
self._check(None)
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/gui/plotpanel.py", line 268, in _check
self._plot(None)
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/gui/plotpanel.py", line 245, in _plot
self.mainFrame.control.plot(xval, yvals, refs, shift=offset, dry=(event is None))
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/control/pdfguicontrol.py", line 567, in plot
from diffpy.pdfgui.control.plotter import Plotter
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/control/plotter.py", line 18, in <module>
from diffpy.pdfgui.gui.extendedplotframe import ExtendedPlotFrame
File "/usr/lib/python2.5/site-packages/diffpy.pdfgui-1.0_r3067_20090410-py2.5.egg/diffpy/pdfgui/gui/extendedplotframe.py", line 26, in <module>
from matplotlib.backends.backend_wxagg import FigureCanvasWxAgg as FigureCanvas
File "/usr/lib/python2.5/site-packages/matplotlib/backends/backend_wxagg.py", line 21, in <module>
File "/usr/lib/python2.5/site-packages/matplotlib/figure.py", line 9, in <module>
File "/usr/lib/python2.5/site-packages/matplotlib/artist.py", line 4, in <module>
File "/usr/lib/python2.5/site-packages/matplotlib/transforms.py", line 254, in <module>
ImportError: No module named _transforms