[PythonCE] Launching IE from pythonCE

Andrew Booth a.g.booth at leeds.ac.uk
Sat Dec 24 16:56:12 CET 2005


Luke

Yes, that works like a dream.
Very many thanks.

Andrew 

-----Original Message-----
From: Luke Dunstan [mailto:coder_infidel at hotmail.com] 
Sent: 24 December 2005 14:59
To: a.g.booth at leeds.ac.uk; pythonce at python.org
Subject: Re: [PythonCE] Launching IE from pythonCE


----- Original Message ----- 
From: "Andrew Booth" <a.g.booth at leeds.ac.uk>
To: <pythonce at python.org>
Sent: Saturday, December 24, 2005 5:10 PM
Subject: [PythonCE] Launching IE from pythonCE


> I'm sure this is a hoary old chestnut, but I haven't seen a real solution
> while looking through the archives.
>
> I want to launch Internet Explorer from PythonCE, in order to present HTML
> help text.  How do I do it (without recompiling)?
>
> Andrew Booth

Try this:

1. Install the attached win32process module
2. import win32process
3. win32process.CreateProcess('peghelp.exe', 'file:wince.htm', None, None, 
0, 0, None, None, None)

Hope that helps,
Luke



More information about the PythonCE mailing list