[PyKDE] Sip.so location
Phil Thompson
phil at riverbankcomputing.co.uk
Mon Apr 17 23:27:35 BST 2006
On Monday 17 April 2006 7:48 pm, Mikhael Rovner wrote:
> Hi,
>
> I'm installing sip in multi-platform environment. However configure.py
> seems not to honor exec_prefix for siplib
> and installing sip.so to [sys.prefix]/.../site-packages. This also leads
> to wrong .../config dir location and compilation errors in case where
> sys.prefix and sys.exec_prefix are different.
>
> Do I'm doing something wrong?
>
> My Python 2.4.2 has sys.prefix=/tools and
> sys.exec_prefix=/tools/linux_x86_32
> sip snapshot 20060416
The default location is the site-packages directory which is defined in terms
of sys.prefix and not sys.exec_prefix.
If you want to put it somewhere else use the -d flag to configure.py.
Phil
More information about the PyQt
mailing list