From: Matthew T. <mm...@cs...> - 2006-08-16 07:24:15
|
For starters, wow. I'm sorry. I didn't mean to spam my problem 5 times. My mail server decided to fritz out today and I thought it was Sourceforge rejecting my emails since they didn't originate the address I'm registered as. My apologies. > Do you need to specify --prefix if you've already got Python installed > somewhere? > > Are you missing it. I tried it again without setting it. No more luck. > This seems to be a path issue. Can you give us > > import sys > print sys.path() [ '', '/home/m/mmt/local/lib/python2.4/site-packages', '/home/m/mmt/local/lib/python2.4/site-packages/PIL', '/home/m/mmt/local/lib/python2.4/site-packages/numpy', '/grads/mmt/local/lib/python24.zip', '/grads/mmt/local/lib/python2.4', '/grads/mmt/local/lib/python2.4/plat-linux2', '/grads/mmt/local/lib/python2.4/lib-tk', '/grads/mmt/local/lib/python2.4/lib-dynload', '/grads/mmt/local/lib/python2.4/site-packages', '/grads/mmt/local/lib/python2.4/site-packages/PIL' ] The top 3 are added to my python path by myself, the rest are included by default. FYI: /grads/mmt and /home/m/mmt map to the same diretory. Sorry again about the repeat emails. Matt |