[issue4670] setup.py exception when db_setup_debug = True

2008-12-31 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: Closing as "out of date": 2.6.0 already has the fix (since r54124), and 2.5 is now in security-fixes-only mode. -- nosy: +amaury.forgeotdarc resolution: -> out of date status: open -> closed ___ Python tracker

[issue4670] setup.py exception when db_setup_debug = True

2008-12-20 Thread Martin v. Löwis
Changes by Martin v. Löwis : -- versions: +Python 2.6 -Python 2.5.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue4670] setup.py exception when db_setup_debug = True

2008-12-15 Thread Damien Miller
New submission from Damien Miller : Hi, I receive the following exception when trying to build with db_setup_debug = True in setup.py. db_ver is not initialised in this path, except by accident so I think the obvious solution of -if db_setup_debug: print "db.h: unsupported version", db _ve