import from hosted fogbugz
I have a hosted fogbugz account that i want to import into a port 8080 locally hosted youtrack install and I'm trying to use the python script that is linked during the installation but im getting syntax a error.
Command Used (sanitized):
python fb2youtrack.py http://buildmachine:8080 root youtrackpassword https://ouraccount.fogbugz.com myaccount@ourdomain.co.uk fogbugzpassword
Error Received:
File "<stdin>", line 1
python fb2youtrack.py http://buildmachine:8080 root youtrackpassword https://ouraccount.fogbugz.com myaccount@ourdomain.co.uk fogbugzpassword
^
SyntaxError: invalid syntax
Ideas:
Since the script doesnt says what might be wrong and ive no idea where to look for ideas can you see what might be wrong with this?
Please sign in to leave a comment.