Re: [BangPypers] how to create dlls in python

2010-04-13 Thread Saju Pillai
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 t

Re: [BangPypers] how to create dlls in python

2010-04-12 Thread Noufal Ibrahim
On Tue, Apr 13, 2010 at 11:37 AM, 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. DLLs? You want to compile your Python files into object code? I suppose you could use something li

[BangPypers] how to create dlls in python

2010-04-12 Thread Goudar, Girish
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. Thanks, Girish P.G ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpy