|
From: Christopher K. <chr...@gm...> - 2005-07-07 12:04:18
|
Hello everyone and always, thank you for your tremendous help. I was just wondering, I need to get matplotlib to work on a mac but unfortunately I've been running into some problems trying to get it to work on a mac. I tried by installing the unstable version from source using fink and that has some parts of matplotlib working fine, but I can't seem to import pylab. Specifically, when matplotlib tries to import pylab (from pylab import *), it eventually gets to ""from matplotlib._nc_backend_gdk import pixbuf_get_pixels_array" ImportError: No module named _nc_backend_gdk.". It seems like i don't have a _nc_backend_gdk.so file that I need. Could someone please assist me in what I need to do or let me know of a different way to get matplotlib and gtk/gtkagg to work on my mac?=20 I'm running Tiger on the mac. Thank you very much, Chris |