[issue2441] Mac build_install.py script fetches unavailable SQLite version

2009-12-03 Thread Gerhard Häring
Gerhard Häring added the comment: This has long been fixed. Even for 2.6maint the SQLite version currently being fetched is 3.6.11. -- resolution: -> out of date status: open -> closed ___ Python tracker _

[issue2441] Mac build_install.py script fetches unavailable SQLite version

2009-12-03 Thread Ronald Oussoren
Changes by Ronald Oussoren : -- assignee: glyph -> ronaldoussoren nosy: +ronaldoussoren ___ Python tracker ___ ___ Python-bugs-list mai

[issue2441] Mac build_install.py script fetches unavailable SQLite version

2008-05-03 Thread Gerhard Häring
Gerhard Häring <[EMAIL PROTECTED]> added the comment: Glyph, do you know somebody with a Mac who could verify this patch? Perhaps you have a Mac yourself? :-) I'd suggest to update the patch to the latest SQLite version then while at it (3.5.8 currently). -- assignee: ghaering -> glyph n

[issue2441] Mac build_install.py script fetches unavailable SQLite version

2008-03-29 Thread Gerhard Häring
Changes by Gerhard Häring <[EMAIL PROTECTED]>: -- assignee: -> ghaering nosy: +ghaering __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue2441] Mac build_install.py script fetches unavailable SQLite version

2008-03-20 Thread Carlos Eduardo de Paula
New submission from Carlos Eduardo de Paula <[EMAIL PROTECTED]>: The build_installer.py script, used to create MacPython installers tries to fetch a SQLite version that is not available anymore. I provided a patch with an updated version and its corresponding hash. Maybe this should be backpor