ggray
unread,Jun 1, 2010, 1:24:59 PM6/1/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Trac Users
Hi everyone, i'm getting some problems when i try to build pysqlite to
use a sqlite3.dll (It's modified with SQLCipher)
Y want to create a single .pyd file that can be included into my
projects. My problem is that when try "from pysqlite2 import dbapi2",
i get the error "ImportError: DLL load failed: cant find the specified
module..."
i dont now what else to do, i build the pysqlite againts a sqlite3.lib
and sqlite3.dll, y also put the sqlite3.dll in the C:\Windows\System32
directory, but it didn't work
anyone can give me a clue ??