MSYS / MINGW32 / PYTHON / SWIG

O

orion30

I would like to know if somebody has successfully uses
SWIF using MSYS / MINGW32 / PYTHON.

I tried to do it but apparently, I failed.

Is there somebody who can help me and give a little example.
There is a little example in http://sebsauvage.net/python/mingw.html
but it's not working for me.

At more, I would like to used the dll versions of the glibc.
How to proceed in order to build a module (using swig) which uses a such dll
?

Best regards
 
C

cmkl

orion30 said:
I would like to know if somebody has successfully uses
SWIF using MSYS / MINGW32 / PYTHON.

I tried to do it but apparently, I failed.

Is there somebody who can help me and give a little example.
There is a little example in http://sebsauvage.net/python/mingw.html
but it's not working for me.

At more, I would like to used the dll versions of the glibc.
How to proceed in order to build a module (using swig) which uses a such dll
?

Best regards

I have no idea what the swif library could be, but in principle it is
possible to wrap libraries written in C/C++ with swig to python.
BTW: mingw32 uses Microsofts msvcrt.dll. This is the counterpart of
the glibc on Linux. Of course the library does not have most of the
posix functionality. If you use posix functions like fork you have
to use cygwin instead of mingw.

Can you tell what is not working for you with the example above?

Carl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,528
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top