Python so module dependency problem under QNX

2009-06-16 Thread gnapalm
Hello, I'm trying to solve an issue with custom Python module at QNX 6.4.0 and Python 2.5.2. I have simple Python module (A.so) written in c++ which is linked against some other c++ library (B.so) both build by autotools. On Linux all works fine with PYTHONPATH pointed to A.so directory when dyna

Python module problem under QNX

2009-06-16 Thread gnapalm
Hello, I'm trying to solve an issue with custom Python module at QNX 6.4.0 and Python 2.5.2. I have simple Python module (A.so) written in c++ which is linked against some other c++ library (B.so) both build by autotools. On Linux all works fine with PYTHONPATH pointed to A.so directory when dyna