Options to integrate Python modules into native windows applications

Larry Bates lbates at syscononline.com
Thu Jul 7 18:19:49 EDT 2005


pywin32 and COM is good.  Seems to work for me.

Other methods (services, sockets, pipes, etc.)
can also work well, but it depends on what you
want to do and how you wish to communicate between
the modules.

Larry Bates


Philippe C. Martin wrote:
> Hi,
> 
> I am looking for the pros and cons as to how to integrate a Python module
> into a Windows native application.
> 
> So far I have looked at
> 
> 1) coding the C wrapper myself
> 2) using Pyrex
> 3) go for pywin32 and COM
> 
> Thanks,
> 
> Philippe
> 
> 



More information about the Python-list mailing list