-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Just instaled castro in my project, where I use python 3.6 and got following error
Traceback (most recent call last):
File "/usr/local/lib/python3.6/unittest/loader.py", line 428, in _find_test_path
module = self._get_module_from_name(name)
File "/usr/local/lib/python3.6/unittest/loader.py", line 369, in _get_module_from_name
import(name)
File "/app/src/test_auth.py", line 1, in
from .base import SeleniumTestCase
File "/app/src/base.py", line 9, in
from castro import Castro
File "/usr/local/lib/python3.6/site-packages/castro/init.py", line 110
print "Running ffmpeg: encoding and creating keyframes"
^
SyntaxError: Missing parentheses in call to 'print'
This is obviously python2 syntax, it would be nice to have a package that uses python 3
antedesk and ki4070ma
Metadata
Metadata
Assignees
Labels
No labels