New PyBindGen, fixes python wrapper identity issue.

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-08-23 22:35:10 +01:00
parent cd95f66344
commit abd6647112
3 changed files with 4 additions and 8 deletions

View File

@@ -36,6 +36,8 @@ class ErrorHandler(pybindgen.settings.ErrorHandler):
return True
pybindgen.settings.error_handler = ErrorHandler()
pybindgen.settings.wrapper_registry = pybindgen.settings.StdMapWrapperRegistry
class MyMultiSectionFactory(MultiSectionFactory):

View File

@@ -21,7 +21,7 @@ else:
os.environ['PYTHONPATH'] = LOCAL_PYBINDGEN_PATH
## https://launchpad.net/pybindgen/
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 560)
REQUIRED_PYBINDGEN_VERSION = (0, 9, 0, 563)
REQUIRED_PYGCCXML_VERSION = (0, 9, 5)