[PythonCE] Re: please help

Ajay abra9823 at mail.usyd.edu.au
Sat Oct 23 04:09:01 CEST 2004


Quoting Johnny deBris <johnny at debris.demon.nl>:

> Johnny deBris wrote:
>
> > This mail got sent to me personally instead of to the list, hope
> > someone can answer this...
> >
> > Cheers,
> >
> > Guido
> >
> > DiPierro, Massimo wrote:
> >
> >> Hi everybody... first of all thank you for your work on Python for
> >> Windows CE.
> >>
> >> I am trying to install Tkinter in a Pocket PC (axim X30). I am very
> >> familiar with Unix but not with windows CE.
> >> Hope I can get some help.
> >> I got pyhton and Tkinter from http://fore.validus.com/~kashtan/ and I
> >> installed as instructed. Python works fine. I can inport any modules
> >> but not "import Tkinter". I get the error: ImportError: No module
> >> named Tkinter.
> >>
> >> Actually the module is in the file /Program
> >> Files/Python/Lib/Python23.zip (where all the other modules are).
> >>
> >> tcl is installed in /tcl8.4.3 and the dlls are under /Windows
> >>
> >> yes, I did the python registry setup.
> >>
> >> What am I doing wrong?
> >>
> >> Thank you,
> >>
> >> Massimo
> >>
> >>
> >>

this may sound trivial and you may have already tried this but have you got
this at the start of your script
sys.path.append('\\Program Files\\Python\\Lib\\python23.zip\\lib-tk')




> >>
> >>
> >
> >
>
> _______________________________________________
> PythonCE mailing list
> PythonCE at python.org
> http://mail.python.org/mailman/listinfo/pythonce
>


----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.


More information about the PythonCE mailing list