From: Craig M. <ce...@mc...> - 2010-04-09 04:40:22
|
I downloaded a snapshot yesterday, and tried to install it with python setup.py install I get a traceback: File "...\setup.py", line 93, in do_setup kwargs['py_modules'] += extras KeyError: 'py_modules' I'm guessing this is a problem related to recent work to handle the 'roman' dependency. It simply doesn't work if the 'roman' module isn't already installed. Am I right, or am I missing something? Thanks and regards, Craig McQueen |