I am trying to get up and running under Mac10.4 with the Intel chip.

My old code runs on my 10.3 machine. On this machine, it can not find Numeric.

That's reasonable: It isn't there.

If I copy the contents of my old Numeric folder to a proper location, Python simply dies when I try to import. It will be obvious that I'm not experienced with Unix: I'm guessing that the old folder contained compiled code that doesn't belong on that machine.

So -- I downloaded NumPy. I've put it in a folder of its own, for safety. The instructions tell me to install with the command:

python setup.py install

But I'm running into a permission problem. I get

error: could not create 'build': Permission denied


Any suggestion?
_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to