You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you try running the program with Python2? These python files here are definitely not compatible with python3. I am trying to make it compatible with python3 at the moment and will let you know if it works.
File "ddgun_3d.py", line 535
for line in out_data: print line.rstrip()
^
SyntaxError: invalid syntax
I am using Python3 and getting this error.
Thank you
The text was updated successfully, but these errors were encountered: