Re: Arghh! Makefile mysteries...

2010-03-02 Thread Bill Janssen
Andi Vajda wrote: > Maybe it is because Python picks stuff from site-packages first ? (not sure) Maybe so. Anytime setuptools is involved, I suspect just that. That bug is still in the setuptools tracker. But I created a Makefile with just this in it: all: python -c "import os; print

Re: Arghh! Makefile mysteries...

2010-03-02 Thread Andi Vajda
On Tue, 2 Mar 2010, Bill Janssen wrote: I'm updating my build scripts for Linux. It's a bit tricky, because I'm installing all the Python modules in a separate spot, /opt/uplib-1.7.9/lib[64]/python[2.5,2.6,2.7]/[site,dist]-packages/, depending on the Linux distro and machine architecture. Cal

Arghh! Makefile mysteries...

2010-03-02 Thread Bill Janssen
I'm updating my build scripts for Linux. It's a bit tricky, because I'm installing all the Python modules in a separate spot, /opt/uplib-1.7.9/lib[64]/python[2.5,2.6,2.7]/[site,dist]-packages/, depending on the Linux distro and machine architecture. Call it SITEDIR. I'm trying not to affect the u