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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: