Robert Kern wrote:

Just since that has been discussed a LOT, for years, I want to be clear:

> Different versions of Microsoft's compiler use different libraries for
> the standard C library. Some simple Python extension modules compiled
> with a different compiler than the Python interpreter will usually
> work.

Do SOME modules USUALLY work just because of what routines in the 
standard library they happen to call? So it's just a matter of luck that 
a given module may not trigger a conflict between the two runtime libs?

Thanks,
-Chris





-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

[EMAIL PROTECTED]
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to