Skip to content

Support Python 3 #9

@VanDavv

Description

@VanDavv

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions