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

2010-04-26 Thread Sylvestre Ledru
Le lundi 26 avril 2010 à 00:14 +0200, Jakub Wilk a écrit : > * 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 > >

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")

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