[python-win32] nevermind, I found the solution:

2008-11-25 Thread Jose Quesada
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

2008-11-25 Thread Jose Quesada
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