Re: [Matplotlib-users] Installation problem: gobject not found

2007-11-10 Thread John Hunter
On Nov 9, 2007 1:08 PM, Don Peterson <[EMAIL PROTECTED]> wrote: > Note: I had been using the Enthought edition of python (2.4.3 version of > python) and matplotlib and everything worked great. I then tried to > install the map addition to matplotlib and the installation failed. After > that, I sta

[Matplotlib-users] Installation problem: gobject not found

2007-11-10 Thread Don Peterson
I just did a fresh install of python 2.5.1, numpy-1.0.3.1.win32-py2.5.exe, and matplotlib-0.90.1.win32-py2.5.exe. When I try to run the following script: from __future__ import division from pylab import * plot([1,2,3]) show() I get the following traceback: Traceback (most recent call last): Fi