Possible Duplicate:
py2exe to generate dlls?
I'm searching for a way to make a .dll-file out of a python file. I also wonder if I can use the functions in the dll from an another language like C++ oder Assembler? I have been looking at py2exe and pyapp, but it doesn't provide porting to dll.
I'm sorry for this question. I feel sorry because I didn't search StackOverflow before for similar questions / possible duplicates .