-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 04/22/2010 02:19 PM, Nikolaus Rath wrote: > To prevent other applications from accidentally using the 32bit apsw, > I therefore wanted to install this version under a different module > name.
Please post your question to the python-sqlite mailing list where it is far more appropriate. You can compile multiple SQLite shared libraries and then use LD_LIBRARY_PATH to pick the appropriate one. However that will depend on functions that deal with rowids (only one in the virtual table API IIRC) having the same calling convention, or not being used. Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkvQxNkACgkQmOOfHg372QRkKwCfSvP+d7nHDkQ/Yy05Im2Foafq Y18AoOZ7163vbT0X8Ll3DghYVH0prQHj =UVel -----END PGP SIGNATURE----- _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

