[Tutor] Converting .pyd to .so

fall colors fallcolors02 at gmail.com
Sun Feb 27 20:27:28 CET 2011


Hello,

I was wondering if it would be possible to convert a .pyd file that works on
Windows into a .so file that works on Linux?

I gather that it might not be possible to convert the .pyd file if the
underlying DLL file was built with Windows API calls (Swig was used to wrap
up the DLL into a pyd file). Is there a wrapper or something that can
interface to the .pyd to make it Linux compatible?

Any ideas?

Thanks,
Iyer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20110227/bfe96838/attachment.html>


More information about the Tutor mailing list