Re: Pysqlite issue no attribute 'autocommit'

2008-02-05 Thread Gerhard Häring
Paul McNett wrote: > Andy Smith wrote: > >> Im trying to run a Python based program which uses MySQL with >> python-sqlite and Im recieving this error, >> >> 'Connection' object has no attribute 'autocommit' [...] No, why should it have one? It's not documented to have one. To do what you i

Re: Pysqlite issue no attribute 'autocommit'

2008-02-04 Thread Paul McNett
Andy Smith wrote: > Im trying to run a Python based program which uses MySQL with > python-sqlite and Im recieving this error, > > 'Connection' object has no attribute 'autocommit' > > I´ve had a google for this and its seems like it may be a bug > python-sqlite or sqlite bug , but also

Pysqlite issue no attribute 'autocommit'

2008-02-04 Thread Andy Smith
Hi there, Im trying to run a Python based program which uses MySQL with python-sqlite and Im recieving this error, 'Connection' object has no attribute 'autocommit' I´ve had a google for this and its seems like it may be a bug python-sqlite or sqlite bug , but also I tried searching for it

Re: Pysqlite issue no attribute 'autocommit' RESOLVED

2008-02-04 Thread Andy Smith
Ok, simple fix... Updated to MySQL_python-1.2.2 and all ok now! :D - Original Message - From: Andy Smith To: python-list@python.org Sent: Monday, February 04, 2008 3:45 PM Subject: Pysqlite issue no attribute 'autocommit' Hi there, Im trying to run a Py

Pysqlite issue no attribute 'autocommit'

2008-02-04 Thread Andy Smith
Hi there, Im trying to run a Python based program which uses MySQL with python-sqlite and Im recieving this error, 'Connection' object has no attribute 'autocommit' I´ve had a google for this and its seems like it may be a bug python-sqlite or sqlite bug , but also I tried searching for it