Is it possible to create a DLL (pr on unix a .a, .so, etc) from python
code, perhaps using freeze or some other application? Freeze seems to
assume that it's creating the main program body, but I don't really
understand it well enough to say.
If it doesn't work, is there another application th
I have inherited a project with an embedded python interpretter, and
don't know much about it, but have been given the task of porting it to
a new compiler/OS and have run into some problems.
I seem to have got the embedded interpretter part of it working, and
have worked out how to add c modul