http://bugs.winehq.org/show_bug.cgi?id=13473
Summary: Cannot load Python's sqlite module Product: Wine Version: 0.9.58. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: davidf@sjsoft.com
Created an attachment (id=13391) --> (http://bugs.winehq.org/attachment.cgi?id=13391) Log of running "wine python.exe -c 'import sqlite3'"
wine python.exe -c "import sqlite3" generates a stack trace (attached below)
Using Python 2.5.2. This basically loads a DLL entitled _sqlite3.pyd, which I presume later loads sqlite3.dll (but not sure whether this load has already started - the error seems to be in loading _sqlite3.pyd)