[Pythonmac-SIG] MacPython under OS/9 and OS/X - full installation required for embedded apps?

Paul Miller paul@fxtech.com
Thu, 21 Nov 2002 11:46:59 -0600


On Windows, I can include the python DLL and some key python Lib files and 
get a working interpreter (for embedded app use) without installing all of 
Python.

On Windows all you need to do is have the dll in the right place, and point 
certain Python environment variables at the bundled Lib directory, and it 
works.

Is something like this possible on Mac? Has anyone ever done it?

Thanks!