[PythonCE] py2exe

Brad Clements bkc at murkworks.com
Fri Jun 2 01:58:58 CEST 2006


On 1 Jun 2006 at 20:59, ahmad adel rldardiry wrote:

> Could this be done? A py2exe version for pocketpc, that generates an
> executable that can run on Pocket PC?

py2exe requires ctypes. I think there was some progress getting ctypes to work 
on Windows CE.

However you'd still need a linker for ARM and pre-made DLLs, plus figure out if 
the .zip'd python scripts can be appended to a Windows CE executable (that's the 
trick py2exe uses to bundle everything up on X86 platforms)

So .. ctypes for windows ce needed first, then figure out how to append arbitrary 
data to an ARM executable on CE.





-- 
Brad Clements,                bkc at murkworks.com    (315)268-1000
http://www.murkworks.com                          
AOL-IM or SKYPE: BKClements




More information about the PythonCE mailing list