[BangPypers] how to create dlls in python

Saju Pillai srp at ideadevice.com
Tue Apr 13 11:33:09 CEST 2010


Goudar, Girish wrote:
> Can any one pls tell how to create dlls in python. Ex: I am having
> helpers.py. I want to create helpers.dll. I am using Python2.4 version.
> 

You will have to embed python into a dll to do this. Write a simple 
wrapper in C or C++ or any language that has a compiler/linker that can 
generate dlls and support calling into python.

mod_python is an example of a "dll"

-srp
-- 
www.ideadevice.com


More information about the BangPypers mailing list