After a hard reset I lost my whole Python installation on the iPaq.
Now I'm re-installing it, and migrating to the newer versions.

PocketPC 4.20.0 on Intel(R) PXA255 with 56MB.

Python 2.4.3 (#0, Apr 4 2006, 23:48:52) [MSC v.1201 32 bit (Unknown)] on PocketPC


My Device
   tk8.4
      library
   Windows
      tk84.dll
      tcl84.dll
      celib.dll
   Programm Files
      Python24
         Lib
            Editor.py
            Tkinter.py


Working with the normal Python prompt is ok, but When clicking on Editor.py or IdleCe.py, I get this error:

Traceback (innermost last):
  File "\Program Files\Python24\Lib\Editor.py", line 10, in ?
    from Tkinter import *
  File "\Program Files\Python24\Lib\Tkinter.py", line 42, in ?
    from Tkconstants import *
exceptions.ImportError: No module named Tkconstants


... what's wrong?
Any idea?
 
Roman
_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to