Embed Python

Tommy Ryding Tommy.Ryding at gmail.com
Tue May 17 02:58:56 EDT 2005


Hi,

Background:
Im currently working on my own Python port for VxWorks this is part of
my master thesis. What I want to do is to only to embed the
interpreter and not the compiler. Both to save memory on the target
device and to be get some security in the device. It is a mission
critical device im applying it to.


Question:
Is there any obvious way to see what files that are needed for the
interpreter and which files that are needed by the compiler?

//Tommy



More information about the Python-list mailing list