You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error in Python3 (works in Python2) triggered with v.upload_picture:
File "/usr/local/lib/python3.4/site-packages/vimeo/upload.py", line 105, in upload_picture
if isinstance(obj, basestring):
NameError: name 'basestring' is not defined
I think this can be fixed fairly easily with a try/except statement upon import ... is it something you would be willing to fix? I can create a pull request if that would help.
Hi there - thanks for this!
There is an error in Python3 (works in Python2) triggered with
v.upload_picture
:I think this can be fixed fairly easily with a
try/except
statement upon import ... is it something you would be willing to fix? I can create a pull request if that would help.Could use this as a model: oxplot/fysom#1
Damon
The text was updated successfully, but these errors were encountered: