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
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
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