> Hi,
> I'm quite a newbee on Python and have started developing apps on
> PythonCE.
> My .pyc files are running fine under windows mobile 5 but I'm a bit
> stuck on how to generate single file executable packages under such
> platform, nor I've found a lot of reference about it - seems to be
> quite a niche.
> Can I run py2exe runs under wm5?
> Any other suggestion?
> Thanks in advance
> Marco
I know some Python people use Inno Setup for packaging an executable Something to ponder and/or glean ideas from.