gizeh icon indicating copy to clipboard operation
gizeh copied to clipboard

tools.py syntax error

Open mncharity opened this issue 10 years ago • 2 comments

pip install gizeh reports a SyntaxError in tools.py (gizeh-0.1.09, on a virtualenv, Python 3.4.0, linux).

      File "/space/moviepy/env/lib/python3.4/site-packages/gizeh/tools.py", line 8
        return [1.0*int(n,16)/255 for n in string[:2], string[2:4], string[4:]]
                                                     ^
    SyntaxError: invalid syntax

mncharity avatar Jan 31 '15 01:01 mncharity

Thanks, I corrected, that, it should work now.

Zulko avatar Jan 31 '15 10:01 Zulko

Can you confirm that it works ?

Zulko avatar Feb 18 '15 06:02 Zulko