https://bugs.freedesktop.org/show_bug.cgi?id=59954
Priority: medium
Bug ID: 59954
Assignee: [email protected]
Summary: unable to import sqlite library from libreoffice's
embedded python
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: [email protected]
Hardware: x86 (IA32)
Status: NEW
Version: 4.0.0.2 rc
Component: Libreoffice
Product: LibreOffice
unable to import sqlite library from libreoffice's embedded python in ubuntu
12.04
xxx@xxx:/opt/libreoffice4.0/program/python
Python 3.3.0 (default, Jan 22 2013, 16:06:17)
[GCC 4.2.4] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import sqlite
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'sqlite'
>>> import sqlite3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'sqlite3'
>>> import libsqlite3
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dynamic module does not define init function (PyInit_libsqlite3)
>>>
In the "/opt/libreoffice4.0/program" folder, there is a "libresqlite3.so", how
to use SQLite3 in libreoffice or in Python.
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs