Re: How to package a Python module with shared libraries ?

2010-04-25 Thread Jakub Wilk
* Sylvestre Ledru , 2010-04-25, 23:33: > * All Scilab libraries are stored in /usr/lib/scilab/ > > * cdll.LoadLibrary("/usr/lib/scilab/libscilab.so") will fails > since /usr/lib/scilab is not in the search path for libraries [...] > * I don't want load explicitly all Scilab libraries (there are

Re: How to package a Python module with shared libraries ?

2010-04-25 Thread Sylvestre Ledru
Le dimanche 25 avril 2010 à 19:37 +0100, Floris Bruynooghe a écrit : > Hi > > On Sun, Apr 25, 2010 at 02:10:12PM +0200, Sylvestre Ledru wrote: > > * All Scilab libraries are stored in /usr/lib/scilab/ > > > > * cdll.LoadLibrary("/usr/lib/scilab/libscilab.so") will fails > > since /usr/lib/scilab

Re: How to package a Python module with shared libraries ?

2010-04-25 Thread Floris Bruynooghe
Hi On Sun, Apr 25, 2010 at 02:10:12PM +0200, Sylvestre Ledru wrote: > * All Scilab libraries are stored in /usr/lib/scilab/ > > * cdll.LoadLibrary("/usr/lib/scilab/libscilab.so") will fails > since /usr/lib/scilab is not in the search path for libraries > > * setting thhe LD_LIBRARY_PATH into Py

Bug#579111: RFP: pybindgen -- Python bindings generator

2010-04-25 Thread Bernd Zeimetz
Package: wnpp Severity: wishlist * Package name: pybindgen Upstream Author : Gustavo Carneiro * URL : https://launchpad.net/pybindgen/ * License : GNU LGPL v2.1 Programming Lang: Python/C/C++ Description : Python bindings generator PyBindGen is a Python module t

How to package a Python module with shared libraries ?

2010-04-25 Thread Sylvestre Ledru
Hello guys, I am trying to package sciscipy [1], a Python module to call transparently Scilab's features. However, I have some problems to have sciscipy loading the Scilab libraries. There is some elements: * In the Scilab packaging, libscilab.so is an empty library which references all Scilab's