On Thu, Sep 18, 2008 at 7:17 PM, Tyler Wilson <[EMAIL PROTECTED]> wrote: > I am looking for pointers on building the minimal Stackless Python for an > embedded > platform (ARM9). I notice there is ARM/Thumb support in the stackless task > switching > routines, so this gives me hope. The troublesome part is more on the Python > side I > guess: how to set up a build that does not include the majority of the > modules that we > do not need. Is there an easy way to do this?
You would be better to ask this in the Python newsgroup - or even google about it. > Also, is it possible/easy to build a > Python run-time that only handles .pyc files, and not .py files; that is, > does not include > the parser, syntax tree, etc.? Same as above. Cheers, Richard. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
