[PythonCE] psyqlite and tkinter

2006-12-15 Thread JBirdAngel
its okay to ask questions here even if id ont have python installed yet and am not a programmer yet right? just wanna maker sure i am wondering if i want psyqlite and tkinter zips that are part of the total pythonce 2.5 download but not part of the setup/cab.. tkinter is soemthign to do wi

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.

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