On Thursday 04 December 2003 3:17 am, Jim Panetta wrote: > Hi all, > > I'm importing a SIP-ified shared library into python. > This seems to work on Windows, but not Linux. Each of > PATH, PYTHONPATH and LD_LIBRARY_PATH contain the path > to libsip.so, which defines sipWrapperTypeName. > ( output from nm -C : 0000c444 D sipWrapperTypeName ) > > My library is compiled with gcc version 2.95.3 with the > following options: > g++ -shared <files> -Wl,--rpath > -Wl,/afs/slac/g/glast/applications/python/Python-2.2.2/@sys/lib/python2.2/s >ite-packages > > -L/afs/slac/g/glast/applications/python/Python-2.2.2/@sys/lib/python2.2/sit >e-packages -Wl,-soname -Wl,libEBF.so.0 -o .libs/libEBF.so.0.0.0 > > Any ideas?
So what actually happens? Are you using build.py or configure.py? What version of SIP? Phil _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
