I tried to upgrade to the latest matplot lib (0.98 win32), which made me 
upgrade numpy (1.1.0).  I followed the advice of the install hints and 
deleted the "old" matplotlib folder in site-packages before running the 
windows installer.
  Unfortunately, I get this error when trying to run my program in Eclipse:

Traceback (most recent call last):
  File "C:\Documents and 
Settings\kpeters\smworkspace\parsesmExcelFile\src\readParse\ExcelClass.py", 
line 10, in <module>
    import pylab as p
  File "C:\Python25\Lib\site-packages\matplotlib\pylab.py", line 246, in 
<module>
    from matplotlib.pyplot import *
  File "C:\Python25\Lib\site-packages\matplotlib\pyplot.py", line 39, in 
<module>
    new_figure_manager, draw_if_interactive, show = pylab_setup()
  File "C:\Python25\Lib\site-packages\matplotlib\backends\__init__.py", line 
24, in pylab_setup
    globals(),locals(),[backend_name])
  File 
"C:\Python25\Lib\site-packages\matplotlib\backends\backend_gtkagg.py", line 
10, in <module>
    from matplotlib.backends.backend_gtk import gtk, FigureManagerGTK, 
FigureCanvasGTK,\
  File "C:\Python25\Lib\site-packages\matplotlib\backends\backend_gtk.py", 
line 6, in <module>
    import gobject
ImportError: No module named gobject

Did I not update something correctly?
Regards,
Kurt



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to