Zulko / gizeh

Simple Vector Graphics for Python
Other
704 stars 69 forks source link

Gizeh needs Decorator #3

Closed theVDude closed 10 years ago

theVDude commented 10 years ago

import gizeh Traceback (most recent call last): File "", line 1, in File "/usr/lib/python2.7/site-packages/gizeh/init.py", line 5, in from .gizeh import * File "/usr/lib/python2.7/site-packages/gizeh/gizeh.py", line 5, in from decorator import decorator ImportError: No module named decorator

After installing moviepy (which pulls decorator), gizeh runs. Add decorator to dependencies?

Zulko commented 10 years ago

Thanks, I fixed it by completely removing 'decorator' in Gizeh (I had forgotten to erase the import line).