vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
210 stars 84 forks source link

unable to import module #154

Open madcodingrocks opened 4 years ago

madcodingrocks commented 4 years ago

Hi, when I import vimeo I get the following error:

Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/user/.local/lib/python2.7/site-packages/vimeo/__init__.py", line 8, in <module>
    from .client import VimeoClient
  File "/home/user/.local/lib/python2.7/site-packages/vimeo/client.py", line 11, in <module>
    from .upload import UploadMixin
  File "/home/user/.local/lib/python2.7/site-packages/vimeo/upload.py", line 9, in <module>
    from . import exceptions
ImportError: cannot import name exceptions

Im using Python 2.7 any Idea why is that happening? thanks in advance!

jaylinski commented 4 years ago

Does this still happen with the latest version?

Bezarius commented 3 years ago

pyvimeo doesn't support python 2.7