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
I get the following traceback message when trying to run a module that imports castro:
tests/examples/test_website.py:4: in
from castro import Castro
E File "/Users/derek/dev/v3/lib/python3.11/site-packages/castro/init.py", line 110
E print "Running ffmpeg: encoding and creating keyframes"
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
I see 4 print statements missing the parens. I'm running python 3.11.2 on OSX 12.6.3.
The text was updated successfully, but these errors were encountered:
I get the following traceback message when trying to run a module that imports castro:
tests/examples/test_website.py:4: in
from castro import Castro
E File "/Users/derek/dev/v3/lib/python3.11/site-packages/castro/init.py", line 110
E print "Running ffmpeg: encoding and creating keyframes"
E ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
I see 4 print statements missing the parens. I'm running python 3.11.2 on OSX 12.6.3.
The text was updated successfully, but these errors were encountered: