Porting Python to non-pc platforms

Warren Postma embed at geocities.com
Thu Feb 24 09:29:05 EST 2000


>
> I have a question regarding which source files
> (Modules,Objects,Parser,Python) are necessary to
> get a "bare-bones" python interpreter running on
> a non-pc platform. By non-pc I mean game console.
> In my case I would still like to be able to embed
> python in a C/C++ app and use it to execute
> scripts.
>
> Thanks.


I think the bigger problem on a "game console" is the lack of a filesystem.
You would have to come up with a way of either storing scripts in NVRAM/SRAM
or you would have to link them into the your program, somewhat defeating the
idea of scripting.

Warren





More information about the Python-list mailing list