[Python-checkins] r59913 - python/trunk/PCbuild/_sqlite3.vcproj

"Martin v. Löwis" martin at v.loewis.de
Fri Jan 11 16:03:11 CET 2008


> Yes, but I'm no longer sure whether sqlite3.dll should be compiled in
> debug mode for a Python debug build at all.

I don't think it should.

> I tried to install the Microsoft.VC90.CRT non-debug runtime in several ways, but I
> did not succeed.  Do you (or anyone else) know how to make that library available
> so that it will be found by sqlite3.dll when running the debug Python?

Did you install the redistributable package? That should work.

Otherwise, copy the assembly descriptor into the same directory as
sqlite3.dll.

Regards,
Martin



More information about the Python-checkins mailing list