[PythonCE] Re: [python] self-installing executable for PocketPC

Rishel,Wes wes.rishel@gartner.com
Mon, 18 Mar 2002 13:29:18 -0500


Jack, I just read about Freeze at http://www.mcmillan-inc.com/install1.html
It seems to create an executable for the system on which is run, a Wintel
system for me. If I port that module to a StrongARM-processor based iPAQ,
should I expect it to be able to run? Or were you suggesting compiling the C
module that comes from Freeze in the PPC development environment? In order
to do so I would have to setup the PPC development envt. As you commented,
that would be a steep mountain to climb, starting from the flat plain of a
purely Python-based developer, no C, no PPC dev envt.
=============
Date: Mon, 18 Mar 2002 13:32:56 +0100
Subject: Re: [PythonCE] self-installing executable for PocketPC?
Cc: pythonce@python.org
To: "Rishel,Wes" <wes.rishel@gartner.com>
From: Jack Jansen <Jack.Jansen@oratrix.com>


On Saturday, March 16, 2002, at 09:01 , Rishel,Wes wrote:

> I have the occasional utility that I have developed in Python that I 
> would
> like to run on my iPAQ. But I am not interested in doing Python 
> development
> on the iPAQ and would prefer not to have to install a full 7 megabytes 
> on
> it.

Freeze works fine for WinCE Python. It's a bit of a steep mountain to 
climb when you use it the first time, but it creates a nice standalone 
.exe that includes everything people need to run your app. And it starts 
up quite a bit faster too.
--
- Jack Jansen        <Jack.Jansen@oratrix.com>        
http://www.cwi.nl/~jack -
- If I can't dance I don't want to be part of your revolution -- Emma 
Goldman -



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


End of PythonCE Digest