[python-win32] Re: py2exe runtime problem...
Eric Walstad
eric at ericwalstad.com
Thu May 22 11:08:46 EDT 2003
Hi Jim,
A bit of warning, I only started using sqlite, pysqlite and py2exe about
a week ago. With that in mind...
Jim Vickroy wrote:
> I have pysqlite installed on my win32 system and there is no sqlite.dll;
sqlite.dll is in my sqlite installation. It's my (possibly flawed)
assumption that pysqlite links to the sqlite.dll library.
> there is a _sqlite.pyd file; is that what you are calling sqlite.dll?
No. I followed the pysqlite install instructions:
<http://pysqlite.sourceforge.net/documentation/pysqlite/node6.html#SECTION003324000000000000000>
As suggested in the install docs referenced above, I happen to have
sqlite.dll in:
site-packages and
site-packages\pysqlite-0.4.1\build\lib.win32-2.2
> It is
> my understanding that there is no need to have a separate sqlite.dll as that
> is implicitly part of the win32 installation.
I'm not clear on what you mean by "a separate sqlite.dll" here.
Separate from what?
I reread the installation docs with the fear that I might have botched
something there, but it appears I've done it correctly.
Thanks for your help,
Eric.
More information about the Python-win32
mailing list