[python-win32] nevermind, I found the solution:
distutils/version.py. At line 100, replace: version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$', re.VERBOSE) with version_re = re.compile(r'^(\d+) \. (\d+) (\. (\d+))? (\. (\d+))?$', re.VERBOSE) Thanks! --
[python-win32] rdflib install fails
urn klass (None, dry_run, force) File "E:\Python25\lib\distutils\cygwinccompiler.py", line 292, in __init__ CygwinCCompiler.__init__ (self, verbose, dry_run, force) File "E:\Python25\lib\distutils\cygwinccompiler.py", line 84, in __init__ get_versions() File "E
