Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Python 2.5 - Build Error on Windows because of SQLite3

Reply
Thread Tools

Python 2.5 - Build Error on Windows because of SQLite3

 
 
llothar
Guest
Posts: n/a
 
      03-28-2008
Why does Python2.5 do not include the amalgamation source code of
sqlite3?

At the moment it is not possible to build the system out of the box
with the Visual Studio project.
I don't think this is good. The amalgamation version is exactly for
this purpose.

Is there a 2.5.3 release on the way?
 
Reply With Quote
 
 
 
 
Gerhard Häring
Guest
Posts: n/a
 
      03-28-2008
llothar wrote:
> Why does Python2.5 do not include the amalgamation source code of
> sqlite3? [...]


First, at the time Python grew the sqlite3 module, there was no
amalgamation yet.

My reasoning:

So that Python doesn't need to release a security release, should a
security bug in SQLite be found. Users can then download the new DLL
from the SQLite homepage and place it into their Python's DLL folder.

Ok, in reality that's probably only true for x86 Windows, not IA64
and/or AMD64

OTOH it would save me and the Python team some effort if we bundled a
specific SQLite amalgamation with Python. Bug reports about bit-rotten
SQLite 3.x versions would then not appear

Nowadays we support SQLite 3.0.8 through the very latest one. That means
quite a few #ifdefs and friends in the C source code and also in the
unit tests.

-- Gerhard
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows XP problem with Ruby, gem sqlite3-ruby, and SQLite3 SunSw0rd Ruby 4 07-02-2009 02:08 PM
How to build the pysqlite? Where to find the "sqlite3.h"? Kurda Yon Python 16 11-07-2008 03:11 AM
Missing sqlite3.h Error when Building Debug Python -- Windows Vista Bev in TX Python 3 07-22-2008 08:09 AM
"require 'sqlite3'" gives "no such file to load -- sqlite3 (LoadError)" Jeffrey 'jf' Lim Ruby 5 04-09-2007 10:58 AM
SWsoft Acronis Disk Director Suite 9.0 Build 508, Acronis OS Selector 8.0 Build 917, Acronis Partition Expert 2003 Build 292, Acronis Power Utilities 2004 Build 502, F-SECURE.ANTI vIRUS.PROXY v1.10.17.WINALL, F-SECURE.ANTI vIRUS v5.50.10260 for CITRI vvcd Computer Support 0 09-25-2004 01:38 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57