Hi,

I am trying to install mrbump on a 32 bit ubuntu linux desktop (kernel: 2.6.31-22-generic, python 2.4, 2.5 and 2.6 tested). When executing "python setup.py" after extracting mrbump-0.4.4, I get the following error messages:

setup.py:269: DeprecationWarning: os.popen4 is deprecated. Use the subprocess module.
 i,o=os.popen4("dot -V")
Traceback (most recent call last):
 File "setup.py", line 452, in <module>
   install.check_dependencies(log)
 File "setup.py", line 285, in check_dependencies
   installed=string.split(version_cur, ".")
UnboundLocalError: local variable 'version_cur' referenced before assignment


Am I using the wrong version of python? Which one do I need to install? The manual states "Python version 2.3 or later" ...

Thanks!
Michael

Reply via email to