From: danny s. <dan...@ya...> - 2004-07-06 20:08:43
|
I tried to implement a simple .matplotlibrc file. The contents are: #figure.figsize:12,9 lines.linewidth:1.0 I get the following traceback: No module named pygtk matplotlib requires pygtk-1.99.16 or greater -- trying anyway. Please hold on Traceback (most recent call last): File "E:\projects\GeoFrag\sampleSimulations\cylinderTarget\cylinderTarget.py", line 10, in ? from nbe.simulation import Simulation File "E:\projects\geoFrag\nbe\simulation\__init__.py", line 1, in ? from simulation import Simulation File "E:\projects\geoFrag\nbe\simulation\simulation.py", line 1, in ? from nbe.treeFragments import cylinderFragmentationFactory File "E:\projects\geoFrag\nbe\treeFragments\__init__.py", line 10, in ? from cylinderFragmentation import CylinderFragmentation File "E:\projects\geoFrag\nbe\treeFragments\cylinderFragmentation.py", line 7, in ? from nbe.fragments import fragmentFactory File "E:\projects\geoFrag\nbe\fragments\__init__.py", line 8, in ? from fragmentLists import FragmentLists File "E:\projects\geoFrag\nbe\fragments\fragmentLists.py", line 9, in ? from matplotlib.matlab import * File "D:\ENTHOU~1\Lib\site-packages\matplotlib\matlab.py", line 134, in ? from backends import new_figure_manager, error_msg, \ File "D:\ENTHOU~1\Lib\site-packages\matplotlib\backends\__init__.py", line 16, in ? from backend_gtk import \ File "D:\ENTHOU~1\Lib\site-packages\matplotlib\backends\backend_gtk.py", line 13, in ? import gobject ImportError: No module named gobject Any help would be appreciated. thanks, Danny __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail |