Re: [PythonCE] python port for embedded linux

2008-05-09 Thread Mark Eichin
Or just look at the OpenMoko build rules, they set up the rest of the cross environment too but you end up with it being trivial to build current python just by cross-compiling. Or look at the OpenEmbedded toolchain for the gumstix (an XScale ARM.) On Sun, Apr 27, 2008 at 9:42 AM, Brad Clements <

Re: [PythonCE] Re: Python on Axim v50 / XScale

2004-12-13 Thread Mark Eichin
When I first got python installed under wince, I fired up the interpreter, did an import SimpleHTTPServer, ran serve_forever(), then fired up Pocket IE, and hit localhost - and was talking to python. So, as far as I know, it works right out of the box... I'd test it right now, but I've botched my