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
> 
> 
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to