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,                [EMAIL PROTECTED]    (315)268-1000
http://www.murkworks.com                          
AOL-IM or SKYPE: BKClements


_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to