Hello,
I finally got a used Pocket PC (Ipaq 2000), and I'm trying to download
Tkinter. As I only found a zip (not auto-exctractible .exe file), where
can I get a free zip archive handler?
Thanks,
--
Frédéric
http://www.gbiloba.org
___
PythonC
I had troubles installing PythonCE on my Ipaq 2100: every .exe installer
failed ("xxx is not a valid PocketPC app"); only the CAB file installed
correctly.
Am I missing something?
--
Frédéric
http://www.gbiloba.org
___
PythonCE mailing list
Py
Does the win32api exist for PythonCE? I'm trying to write code that can
work under linux, win and winCE. linux and win works fine, using this
code:
if sys.platform.startswith("linux") or sys.platform.startswith("Mac"):
HOME_DIR = os.path.expandvars("$HOME")
CONFIG_DIR = os.path.join(HOME
Hi,
On Tue Apr 8 6:45 , Frédéric Mantegazza sent:
>I had troubles installing PythonCE on my Ipaq 2100: every .exe installer
>failed ("xxx is not a valid PocketPC app"); only the CAB file installed
>correctly.
No you are not missing anything.
The CAB file is designed for installation directly
On mardi 08 avril 2008, Christopher Fairbairn wrote:
> The CAB file is designed for installation directly on the PDA, while the
> *.exe installer is designed to be run on your Desktop PC (hence the
> error that it's not a valid Pocket PC app).
>
> The *.exe will register the nesscary cab files wit
--
From: "Frédéric Mantegazza" <[EMAIL PROTECTED]>
Sent: Tuesday, April 08, 2008 1:29 AM
To:
Subject: [PythonCE] zip files
> Hello,
>
> I finally got a used Pocket PC (Ipaq 2000), and I'm trying to download
> Tkinter. As I only found a zip (not aut
--
From: "Frédéric Mantegazza" <[EMAIL PROTECTED]>
Sent: Tuesday, April 08, 2008 5:48 AM
To:
Subject: [PythonCE] win32api
> Does the win32api exist for PythonCE? I'm trying to write code that can
> work under linux, win and winCE. linux and win wor