From: Martin C. <cos...@wa...> - 2010-09-09 08:10:42
|
On 9/09/10 01:41, Bruce Sherwood wrote: > > It's not a problem of not finding packages, since when you import > numpy you find numpy. The problem is that numpy can't find a resource > it needs. > > I don't know what could be set up oddly on these Macs, but the trace > claims that ___memcpy_chk should be found in > /usr/lib/libSystem.B.dylib. So the first thing to do is to verify that > indeed this file is missing (or damaged?). Is it? The symbol in question appeared in MacOSX 10.5. Gary's Macs are probably running the old MacOSX 10.4 while the installed numpy from the vpython package was compiled on MacOSX 10.5 or 10.6 (10.6, as far as I can tell). This won't work, although the vpython web page says it should. -- Martin |