On Aug 15, 2011, at 4:08 AM, Vipul Raheja wrote:
> Hi,
>
> I have wrapped a library from C++ to Python using SWIG. But I am facing
> problems while importing and using it in Python.
Hi Vipul,
Did you try asking about this on the SWIG mailing list?
bye
Philip
--
http://mail.python.org/mailma
Vipul Raheja, 15.08.2011 10:08:
I have wrapped a library from C++ to Python using SWIG. But I am facing
problems while importing and using it in Python.
$ python
>>> import pyossimtest
>>> import pyossim
>>> a = ["Image1.png","Image2.png"]
>>> b = pyossimtest.Info()
>>> b.initialize(len(a),a)
Tr
Hi,
I have wrapped a library from C++ to Python using SWIG. But I am facing
problems while importing and using it in Python.
$ python
>>> import pyossimtest
>>> import pyossim
>>> a = ["Image1.png","Image2.png"]
>>> b = pyossimtest.Info()
>>> b.initialize(len(a),a)
Traceback (most recent call las