Using freeze or other application to create linkable dynamic libraries for c++ applications?

2006-01-20 Thread Geoff Wedig
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

Embedding pure python statically -- possibly a newbie question

2006-01-18 Thread Geoff Wedig
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