Nope, spoke too soon! The Pocket PC seemed to be doing something and I
thought it was OK - obviously you can't just copy "lib-tk" into the Pocket
PC Python\Lib directory.
What else might I be missing?
Peter
"Peter Milliken" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thanks for
Thanks for the reply Matt - you must have customised things though from the
distribution because this can't (and doesn't! :-)) work i.e. I have
(already) placed the python23.zip into \Program Files\Python\Lib but there
is no lib-tk off that point (which is what I believe the .append instruction
doe
I'm using the same distribution (or at least that is what I started
with). Try using the following sitecustomize.py file:
## sitecustomize.py ##
import sys
syspath = sys.path
libpath = '\\Program Files\\Python\\Lib'
syspath.append(libpath+'\\lib-tk')
sys.path = none
sys.path = syspath
Unfortunately I am completely new to using the Pocket PC - the Python error
message appear to come up in 2 "waves" or screens - the first screen
contains the error message re can't find tkinter and is only visible for a
fraction of a second (repeated running and trying to get the eyes to focus
on e
Peter Milliken wrote:
> Hi,
>
> I (think I have :-)) installed Python on my Pocket PC (obtained from
> http://fore.validus.com/~kashtan/).
>
> 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
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 do
Hi,
I (think I have :-)) installed Python on my Pocket PC (obtained from
http://fore.validus.com/~kashtan/).
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