Re: [PythonCE] weird Tkinter

2007-02-28 Thread Progor
Well, adding the paths didn't help, but I just went ahead and put import _tkinter in my libs.pth file and now my Tkinter programs work like everybody else's at least. Thanks for the pointer on .pth files. Bandung wrote: > > Here is a link explaining what *.pth files do. they are just text fil

Re: [PythonCE] weird Tkinter

2007-02-28 Thread Progor
Hmmm, the only thing I'm not sure about is your (d) created a file which I call "pathextender.pth" file where I added all of the directories where my scripts are. In addition to adding all of my script directories (they are on storage cards), I then added the path to my python25\lib directory whe

Re: [PythonCE] weird Tkinter

2007-02-27 Thread Progor
I wish it were that easy. This process included 20-something soft resets, none of which were able to solve this problem. I am pretty new to python, so if you can help me understand why: import _tkinter import Tkinter works, but: import Tkinter alone doesn't work, then maybe we can find a sol

[PythonCE] weird Tkinter

2007-02-26 Thread Progor
So, I think I might have my install kinda borked. I finally got it working, but I had to jump through some hoops to make it work. First, I installed PythonCE with CABINSTL directly into /Python (I switch SD cards all the time, wanted it in main memory (for speed too), but with as few spaces as p