wintermute123 / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 0 forks source link

Error install youtube-upload #139

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Error install youtube-upload, please help me !

# pwd
/root/source/youtube-upload-0.7.3

#  python setup.py install

Traceback (most recent call last):
  File "setup.py", line 3, in ?
    from youtube_upload import VERSION
  File "/root/source/youtube-upload-0.7.3/youtube_upload/__init__.py", line 1, in ?
    from youtube_upload import *
  File "/root/source/youtube-upload-0.7.3/youtube_upload/youtube_upload.py", line 97
    return (s.decode(current).encode("UTF-8") if s and current != "UTF-8" else s)
                                               ^
SyntaxError: invalid syntax

Original issue reported on code.google.com by Phantron...@gmail.com on 20 Apr 2014 at 11:38

Attachments:

GoogleCodeExporter commented 8 years ago
]# python -V
Python 2.4.3

Original comment by Phantron...@gmail.com on 20 Apr 2014 at 11:50

GoogleCodeExporter commented 8 years ago
check the README, you need python 2.6/2.7 (2.4 is ancient)

Original comment by tokland on 22 Apr 2014 at 5:02

GoogleCodeExporter commented 8 years ago

Original comment by tokland on 13 May 2014 at 8:32