[PythonCE] Python & Tkinter installation on Flash?

Bernd P. Ziller bziller at BA-Stuttgart.De
Mon May 23 13:58:13 CEST 2005


FYI: by editing _tkinter.pyd with a hex editor, I succeed!

I replaced the "\\Windows\\celib.dll\0" with "celib.dll\0" and also for
"tk84.dll" and "tcl84.dll".

So my Installation looks like this:
Python-2.3.4-arm-PPC2003.zip and Tkinter-Files.zip from
http://sourceforge.net/projects/pythonce/

- Python.zip unpacked to "\iPaq File Store\Python\lib"

- Tkinter-Files.zip unpacked
- "tcl8.4.3\library" and "tcl8.4.3\tk8.4" moved to "\iPaq File Store
\Python" (thus the full paths "\iPaq File Store\Python\library" and
"\iPaq File Store\Python\tk8.4").
- "Windows/*.dll" moved to "\iPaq File Store\dlls"

- Registry patched to have WinCE look for dlls in "\iPaq File Store
\dlls" using System Path (http://www.pocketpcfreewares.com/en/index.php?
soft=753)

- hex-edit _tkinter.pyd

Done.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Dies ist ein digital signierter Nachrichtenteil
Url : http://mail.python.org/pipermail/pythonce/attachments/20050523/ed213e5c/attachment.pgp


More information about the PythonCE mailing list