Re: [PythonCE] Python & Tkinter installation on Flash?

2005-05-23 Thread Bernd P. Ziller
Am Montag, den 23.05.2005, 16:00 +0100 schrieb danny staple: > I wander if instead of the hex edit, it could be added into the > source. Meanwhile - could you make your modified binaries available > somewhere? Sure, editing the source would be the right way. But since I don't know how to compile

Re: [PythonCE] Python & Tkinter installation on Flash?

2005-05-23 Thread Bernd P. Ziller
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/ -