|
From: Mike T. <mik...@gm...> - 2005-08-14 13:31:14
|
On 8/14/05, Bryan Murdock <bmu...@gm...> wrote: > Has anyone tried the latest ctm_gui.py from cvs on windoze? It > doesn't work for me. I can't figure out why. The two possibly > relevant differences between my windoze and linux setups are Python > 2.3 on windoze vs. Python 2.4 on Linux. Also, pysqlite 1.1.6 on > windoze, 1.0.1 on Linux. >=20 I just updated CVS and then ran python ctm_gui.py from the command line. The first time I ran it python took off with about 25% of my CPU for a long time. Eventually I hit ctrl-c and I got the following sql errors: Dang. I can't copy from windows cmd... grrr.... I'll type the first part of it b/c that is the mos important Exception _sqlite.DatabaseError: 'cannot commit - no transaction is active' in <bound method Iteration.__del__ of <sqlobject.dbconnection.Iteration object as 0x0blahblahblah>> ignored Anyway, then I ran it again and It worked fine. =20 I am using Python 2.4 and pysqlite 1.1.6 -Mike |