Peter Milliken wrote:
> There were Tkinter binaries with it so I installed those as well. When I
> attempt to run the most simplistic of python programs using Tkinter, I get
> an error message stating that Python can't find any tkinter module.
>
> Any ideas what I have done wrong anybody?
what does "import _tkinter" say ?
where is the _tkinter.so module (or whatever that's called on the pocket pc,
or power pc, or what it is you're using) installed ? what is sys.path set to ?
running
python -vv -c 'import _tkinter'
might provide you with additional clues.
</F>
--
http://mail.python.org/mailman/listinfo/python-list