Segmentation fault with 2.3.5
Alessandro Ranellucci <[email protected]>
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <r02010500-1049-486D706839CA11DCAE7C000393199010@[192.168.1.4]> |
Hello all. My config: - Debian Sarge - Sqlite 3.3.8 (installed as Debian package) - Python 2.4.4 (installed as Debian package) I compiled and installed PySqlite 2.3.5 without any problem; then I run the test suite and it segfaults: >>> from pysqlite2 import test >>> test.test() ............................................................... Segmentation fault What can I do? - alessandro.