Re: Python on the Power PC

2005-10-16 Thread Peter Milliken
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

Re: Python on the Power PC

2005-10-16 Thread Peter Milliken
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

Re: Python on the Power PC

2005-10-15 Thread mhykes
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

Re: Python on the Power PC

2005-10-10 Thread Peter Milliken
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

Re: Python on the Power PC

2005-10-10 Thread Steve Holden
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

Re: Python on the Power PC

2005-10-10 Thread Fredrik Lundh
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

Python on the Power PC

2005-10-09 Thread Peter Milliken
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