Re: [PythonCE] psyqlite and tkinter

2006-12-18 Thread Bandung
Here is the script that Luke Dunstan built to correct the indentation problem. I saved it in a file called pythonrc.py. Why? Because this file gets loaded automatically everytime one launches a python interpreter. Unfortunately, pytonce25 looks for it in the PDA's \Temp directory. So that is

Re: [PythonCE] psyqlite and tkinter

2006-12-15 Thread Bandung
Yes you definitely will need the kTinker file. IF you plan on writing database driven apps then you will need psyqlite. Here is my "readme" that I created to remind me of where to put these files plus the fix for the indentation problem that python25ce has.