eKLIPse icon indicating copy to clipboard operation
eKLIPse copied to clipboard

Syntax error

Open amyruthvandiver opened this issue 4 years ago • 0 comments

When running in terminal, I get the following syntax error:

python3 eKLIPse.py --test Traceback (most recent call last): File "eKLIPse.py", line 7, in from eKLIPse_init import * File "/Users/AVandiver/Qt_eKLIPse_unix_v1-0/eKLIPse_init.py", line 6, in import pybam File "/Users/AVandiver/Qt_eKLIPse_unix_v1-0/pybam.py", line 576 exec code in exec_dict # exec() compiles "code" to real code, creating the "parser" function and adding it to exec_dict['parser'] ^ SyntaxError: invalid syntax

I have not been successful in troubleshooting, do you have any guidance?

amyruthvandiver avatar Jul 28 '20 02:07 amyruthvandiver