libftdi Archives

Subject: RE: windows 7 Python modules

From: xantares 09 <xantares09@xxxxxxxxxxx>
To: "libftdi@xxxxxxxxxxxxxxxxxxxxxxx" <libftdi@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Oct 2014 08:52:17 +0000


> Date: Fri, 24 Oct 2014 15:25:54 +0800
> Subject: Re: windows 7 Python modules
> From: xiaofanc@xxxxxxxxx
> To: libftdi@xxxxxxxxxxxxxxxxxxxxxxx
>
> On Fri, Oct 24, 2014 at 2:48 PM, xantares 09 <xantares09@xxxxxxxxxxx> wrote:
> > Hi,
> >
> > You dont have to deal with the hassle of visual studio crap, you can
> > cross-compile libftdi and it's python module using mingw,
>
> It is easy to cross-compile libftdi's library (static and dynamic) using
> MinGW. How do you do that for the Python binding side?
It's simple: we kill the batman.
Or you just link against native python lib.

> > it then can be loaded in the native python interpreter and any other even if
> > the interpreter itself is compiled with msvc.
> > You'll have to provide libftdi & libusb mingw dlls (and of course libftdi's
> > pyd) along the module.
>
> What do you mean by libftdi's pyd?
On windows compiled python extensions have the suffix .pyd
>
> --
> Xiaofan
>
> --
> libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
> To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx
>


libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to libftdi+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx


Current Thread