2009-05-31 08:10:34 UTC
I cannot get DIBS running in windows. Python version is Python 3.0.1.
<clip>
C:\Python30\Lib\site-packages\dibs_lib>dibs.py
Traceback (most recent call last):
File "C:\Python30\Lib\site-packages\dibs_lib\dibs.py", line 18, in <module>
from dibs_lib.dibs_ui import *
File "C:\Python30\lib\site-packages\dibs_lib\dibs_ui.py", line 30
print 'Successfully initialized DIBS.\n'
^
SyntaxError: invalid syntax
</clip>
Is there any plan to update DIBS to woking new python version?
(Like you see im not familar with python)