Re: embedding std py and c modules

2007-12-03 Thread Patrick Stinson
Looks like statically linking the c-based modules is pretty easy, but how about the python-based modules? On Dec 3, 2007 10:06 AM, Patrick Stinson <[EMAIL PROTECTED]> wrote: > Is it possible to build python as a static library and embed all necessary > c and py modules rom the standard lib in it?

embedding std py and c modules

2007-12-03 Thread Patrick Stinson
Is it possible to build python as a static library and embed all necessary c and py modules rom the standard lib in it? This would make distributing and embedded interpreter in our app MUCH simpler. thanks! -- Patrick Kidd Stinson http://www.patrickkidd.com/ http://pkaudio.sourceforge.net/ http: