Alexander Hansen wrote: [] > printenv PYTHONPATH > /sw/lib/python2.3/site-packages > > It looks like it was set by a package I was testing on the submissions > tracker.
OK, that explains things. This is a bad env var to set during compilation. > On the other hand, the problem now doesn't occur with scipy-core-py23 > installed either with or without PYTHONPATH set to that value. This could perhaps be explained by the fact that PYTHONPATH puts its stuff at the end of the search path (somewhat like DYLD_FALLBACK_LIBRARY_PATH). So if you have the same thing now in a 2.5 version, it would find that first and not look for the 2.3 version. > I guess unless somebody else sees the same problem we'll halve to chalk > it up as a Heisenbug. But keep it in mind anyway, for the next time. -- Martin ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
