thanks, it worked. -------------------------------------------------- From: "Martin Engelschalk" <[email protected]> Sent: Thursday, June 10, 2010 2:07 PM To: "General Discussion of SQLite Database" <[email protected]> Subject: Re: [sqlite] how to install sqlite3 in windows+python2.5
> http://www.sqlite.org/sqlitedll-3_6_23_1.zip > > Am 10.06.2010 08:05, schrieb zeal: >> Hi, >> >> i could not find the sqlite3.dll from >> http://www.sqlite.org/download.html >> or would you please paste the linkage here? >> thanks and best wish for you >> >> >> -------------------------------------------------- >> From:<[email protected]> >> Sent: Thursday, June 10, 2010 1:59 PM >> To:<[email protected]> >> Subject: Re: [sqlite] how to install sqlite3 in windows+python2.5 >> >> >>> Download the zip archive containing "sqlite3.dll" for latest sqlite >>> version. Then replace the existing library inside >>> python 2.5 install. directory with the one downloaded. >>> >>> >>> ----Message d'origine---- >>> De: [email protected] >>> Date: >>> 10.06.2010 06:04 >>> À: "General Discussion of SQLite Database"<[email protected]> >>> Objet: Re: [sqlite] how to install >>> sqlite3 in windows+python2.5 >>> >>> google told me, this is the real version, but it still old, i need >>> 3.6.23 >>> please help me. >>> >>> >>> >>>>>> import sqlite3 >>>>>> sqlite3.sqlite_version >>>>>> >>> '3.3.4' >>> >>> -------------------------------------------------- >>> From: "zeal" >>> <[email protected]> >>> Sent: Thursday, June 10, 2010 11:54 AM >>> To: "General Discussion of SQLite Database"<sqlite- >>> [email protected]> >>> Subject: [sqlite] how to install sqlite3 in windows+python2.5 >>> >>> >>>> hi, >>>> >>>> i installed python2.5, it >>>> >>> seems wrapped sqlite3, but the version is >>> >>>> 2.3.2. >>>> sqlite3 2.3.2 could not use function group_concat, so i want >>>> >>> to use >>> >>>> latest version of sqlite3. >>>> i know how to install sqlite3 in linux/unix, but i have no idea >>>> install >>>> >>> sqlite3 on windows. >>> >>>> i have download the binary of sqlite3.exe, but it could not be >>>> used >>>> in >>>> python scripts. >>>> >>>> >>>> >>> please, help me. >>> >>>> Thanks Daisy >>>> _______________________________________________ >>>> sqlite-users mailing list >>>> sqlite- >>>> >>> [email protected] >>> >>>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users> >>>> >>> _______________________________________________ >>> >>> sqlite-users mailing list >>> [email protected] >>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >>> >>> >>> _______________________________________________ >>> sqlite-users mailing list >>> [email protected] >>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >>> >>> >> _______________________________________________ >> sqlite-users mailing list >> [email protected] >> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users >> > _______________________________________________ > sqlite-users mailing list > [email protected] > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users > _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

