[Tutor] pysqlite and SQLite

Adrian Greyling adrian.greyling at gmail.com
Mon Sep 29 19:27:53 CEST 2008


Thanks for the response Chad!  I'm using Python 2.5.2, so I guess I'm in the
clear then, although I'm still getting an unexplained error message.  I've
taken my program and used GUI2exe to create a standalone executable.  When I
run said executable on my own WinXP machine, it works just fine.  When I
attempt to use the same executable (including the "dist" directory) on a
(virtually) identical PC, I get the following error message:
pysqlite2.dbapi2.OperationalError: near ",": syntax error

I understand the error, but not why I get it on one PC and not another...

Adrian







On Mon, Sep 29, 2008 at 1:09 PM, Chad Crabtree <flaxeater at gmail.com> wrote:

> If you are using Python 2.5 or newer then no you will not need to install
> SQLite.
>
> On Mon, Sep 29, 2008 at 1:05 PM, Adrian Greyling <
> adrian.greyling at gmail.com> wrote:
>
>> Probably a really dumb question, but...  Do I have to download and install
>> SQLite before pysqlite will work properly?
>> Thanks,
>> Adrian
>>
>> _______________________________________________
>> Tutor maillist  -  Tutor at python.org
>> http://mail.python.org/mailman/listinfo/tutor
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080929/9055f874/attachment-0001.htm>


More information about the Tutor mailing list