cenkalti / putio.py

A python wrapper for put.io APIv2
http://put.io
MIT License
72 stars 41 forks source link

Unicode exception #8

Closed Jzarecta closed 8 years ago

Jzarecta commented 9 years ago

Got an issue installing your package through pip, using python 2.7 Got the following issue. Downloading/unpacking putio.py Downloading putio.py-2.3.1.tar.gz Running setup.py egg_info for package putio.py Traceback (most recent call last): File "", line 16, in File "/root/tmp/pip_build_root/putio.py/setup.py", line 7 author=u'Cenk Altı', ^ SyntaxError: invalid syntax Complete output from command python setup.py egg_info: Traceback (most recent call last):

File "", line 16, in

File "/root/tmp/pip_build_root/putio.py/setup.py", line 7

author=u'Cenk Altı',

                   ^

SyntaxError: invalid syntax


Cleaning up... Command python setup.py egg_info failed with error code 1 in /root/tmp/pip_build_root/putio.py Storing complete log in /root/.pip/pip.log

cenkalti commented 9 years ago

I can successfully install putio.py from PyPI with Python 2.7.6. Which Python version are you using?

Jzarecta commented 9 years ago

I have 2.7.2 on this machine

cenkalti commented 9 years ago

Is it possible you to upgrade your Python version to 2.7.6? If not, I will try to reproduce the problem in a new 2.7.2 environment but it will take time.

cenkalti commented 9 years ago

Hi @Jzarecta I have updated the encoding line in setup.py file. Can you try again please?