Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > MSYS / MINGW32 / PYTHON / SWIG

Reply
Thread Tools

MSYS / MINGW32 / PYTHON / SWIG

 
 
orion30
Guest
Posts: n/a
 
      06-24-2003
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


 
Reply With Quote
 
 
 
 
cmkl
Guest
Posts: n/a
 
      06-26-2003
"orion30" <> wrote in message news:<bda6qd$jkj$>...
> 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
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
libmsi.a import library from wine, and header files available(entirely free software),available for python-win32 builds under msys+wine Luke Kenneth Casson Leighton Python 0 01-18-2009 08:46 PM
report on building of python 2.5.2 under msys under wine on linux. Luke Kenneth Casson Leighton Python 0 01-15-2009 09:48 PM
make install not working under msys/mingw32 Joel VanderWerf Ruby 3 07-13-2004 05:08 AM
How to Build Python 2.3.3 C/C++ Extensions in Windows Using Mingw32 C. Barnes Python 2 05-20-2004 09:39 PM
Python PostgreSQL frontend for Win2K with MinGW32 ? Dave Haynes Python 2 08-27-2003 11:48 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57