> Date: Fri, 24 Oct 2014 15:25:54 +0800
> Subject: Re: windows 7 Python modules
> From: [email protected]
> To: [email protected]
> 
> On Fri, Oct 24, 2014 at 2:48 PM, xantares 09 <[email protected]> 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 [email protected]   
> 
                                          

--
libftdi - see http://www.intra2net.com/en/developer/libftdi for details.
To unsubscribe send a mail to [email protected]   

Reply via email to