Re: distutils - setup - lib problem

2008-07-03 Thread Mike Driscoll
On Jul 2, 3:38 am, rocksportrocker <[EMAIL PROTECTED]> wrote: > Hi, > > I've got some problems with the following setup.py file. > using "python setup.py install -f" it shows that wrap_ica.so is copied > to /usr and not to /site-packages as I assumed. > What am I doing wrong ? I'm using Python

distutils - setup - lib problem

2008-07-02 Thread rocksportrocker
Hi, I've got some problems with the following setup.py file. using "python setup.py install -f" it shows that wrap_ica.so is copied to /usr and not to /site-packages as I assumed. What am I doing wrong ? I'm using Python 2.4 on Debian Linux. ---