You should have them already. pylab is a module within matplotlib, accessed :
import matplotlib.pylab imshow is a function within the pylab module (it's really in pyplot, but you can get to it either way) matplotlib.pylab.imshow( .... ) But it sounds like you already have code that you are trying to run, so it's possible that the import is done some other way, and it might be disguised. If you can't figure it out, give us more details. 2010/8/3 Niloufar Faghihi <[email protected]>: > Hi, > I need 'pylab' and 'imshow' to compile a python code. I have already > installed python 2.6.1 and matplotlib-py25 using fink 0.29.10 on my machine: > Mac OS X 10.6.4. > I could not find these 2 in the list of fink packages. How can I install > them? > thanks, > Nilou > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > Fink-beginners mailing list > [email protected] > http://news.gmane.org/gmane.os.apple.fink.beginners > ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
