Hey there,
Nice work you have done, thanks!
I just came across an error while trying to download/upload files with my python3.3 install:
NameError: global name 'basestring' is not defined
After a quick web research, I found the solution mentioned here to work just fine.
I added the lines right after the import lines in client.py.
Hey there,
Nice work you have done, thanks!
I just came across an error while trying to download/upload files with my python3.3 install:
After a quick web research, I found the solution mentioned here to work just fine.
I added the lines right after the import lines in client.py.