Mantis Import
Hello,
I try to run the Mantis Import but I got some errors:
[ssturm@dev python]$ python tests/connection_test.py
Traceback (most recent call last):
File "tests/connection_test.py", line 4, in ?
from youtrack.connection import Connection, youtrack, os, os
File "/home/ssturm/python/youtrack/connection.py", line 12
self.http = httplib2.Http() if proxy_info is None else httplib2.Http(proxy_info=proxy_info)
^
SyntaxError: invalid syntax
Please sign in to leave a comment.
Hello, Stefan!
What Python version do you use? To find it out you can just type
python --version
in your commnad line.
Ohh.. Old...
Python 2.4.3 (#1, Sep 3 2009, 15:37:37)
Can you update it? To some latest 2.* version.
I managed to run it on a different server. No it runs, but now I get this error:
Hello,
now I'm one step further, but now I get the next error:
Hello, Stefan.
Do you have subsystem with empty name in your project?