cili icon indicating copy to clipboard operation
cili copied to clipboard

unable to import cili.util

Open sebacea opened this issue 5 years ago • 1 comments

after from cili.util import * i got the following error:


  File "/home/instr1/anaconda3/lib/python3.7/site-packages/IPython/core/interactiveshell.py", line 3267, in run_code
    exec(code_obj, self.user_global_ns, self.user_ns)

  File "<ipython-input-20-5a38feefdb8e>", line 1, in <module>
    from cili.util import *

  File "/home/instr1/anaconda3/lib/python3.7/site-packages/cili/util.py", line 388
    print "\nDropout by File:"
                             ^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("\nDropout by File:")?```

sebacea avatar Apr 16 '19 15:04 sebacea

Ack, I need to update the pypi listing. That should be fixed in the current master branch. Give that a shot and let me know if it doesn't address the issue.

beOn avatar Apr 16 '19 17:04 beOn