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 _______________________________________________ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers