Gobject missing

Your paths to the GTK runtime library are not set properly.

    > Check out

Alternatively, you should be able to use the WX backend with the
enthought edition of python with no extra installation. Just

    import matplotlib
    matplotlib.use('WX')
    from matplotlib.matlab import plot, show
    plot([1,2,3])
    show()

Good luck,
John Hunter