Installed MacPython 10.3 Addons - Can't find Modules, even standard ones.

Maurice LING mauriceling at acm.org
Sun Nov 7 17:42:52 EST 2004


Lou Pecora wrote:

> I upgraded to Panther a month ago and just upgraded to MacPython 10.3 
> Addons (as per Jack Jansen's page - thanks, Jack).
> 
> But now my programs can't even find standard modules.  from Numeric 
> import *  brings up the error window:  Can't find module Numeric.  Even 
> trig functions sine and cosine generate the same type of error.  I've 
> looked over the FAQ and can't see any answers (maybe I missed 
> something).   I'm guessing this is a Path problem, but I'm stumped.  I 
> have PYTHONPATH set to some of my modules (which seems to work), but not 
> sure what to do about standard stuff.
> 
> Any clues appreciated.  Thanks.
> 
> -- Lou Pecora  (my views are my own)
> 
> P.S. I posted this on Python-Mac-SIG email list, too.  Sorry if you are seeing it again.

Did you ever install Python through Fink or had used Fink before?

Try to do
import sys
sys.path()
and see where it points to?

My suspicion is that there are more than one pythons in your system now...

Cheers
maurice



More information about the Python-list mailing list