Problem of Python bindings in MinGW has been fixed

This commit is contained in:
Gustavo J. A. M. Carneiro
2008-09-09 12:13:23 +01:00
parent cd64cbad48
commit 808a874b45
2 changed files with 2 additions and 2 deletions

2
README
View File

@@ -97,7 +97,7 @@ the following platforms:
The following optional features are known to not work on
these platforms:
- mingw: python bindings, nsc, realtime scheduler
- mingw: nsc, realtime scheduler
- cygwin: python bindings, nsc
Other platforms may or may not work: we welcome patches to

View File

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