Simon Cotter wrote: > There is still something more sinister happening here. When I "import > scipy as s" and get a list of functions starting with "int" I get the > following list: > > In [2]: s.int > s.int0 s.int8 s.integer s.intp > s.int16 s.int_ s.interp > s.int32 s.int_asbuffer s.intersect1d > s.int64 s.intc s.intersect1d_nu > > You will notice that integrate isn't on this list. However, when I type > "from scipy import int" and press tab I get this list: > > In [2]: from scipy import int > int0 int8 integer intersect1d > int16 int_ integrate intersect1d_nu > int32 int_asbuffer interp intp > int64 intc interpolate > > This DOES include integrate as you can see. Unfortunately, even when > explicitly importing integrate from scipy at the top of my scripts, > python is still unable to load it. Very strange... > > Simon >
That's well beyond my expertise--I don't really use Python. I'll kick this back to the mailing list. ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
