Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/286.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python Gentoo Dropbox CLI_Python_Linux_Unicode_Dropbox_Gentoo - Fatal编程技术网

Python Gentoo Dropbox CLI

Python Gentoo Dropbox CLI,python,linux,unicode,dropbox,gentoo,Python,Linux,Unicode,Dropbox,Gentoo,尝试使用python脚本通过命令行管理我的dropbox,当我尝试运行它时,我得到以下结果 -> ~/bin/dropbox.py help File "/home/jcostanzo/bin/dropbox.py", line 50 INFO = u"Dropbox is the easiest way to share and store your files online. Want to learn more? Head to"

尝试使用python脚本通过命令行管理我的dropbox,当我尝试运行它时,我得到以下结果

-> ~/bin/dropbox.py help     
  File "/home/jcostanzo/bin/dropbox.py", line 50
    INFO = u"Dropbox is the easiest way to share and store your files online. Want to learn more? Head to"
                                                                                                         ^
SyntaxError: invalid syntax
这是我的python版本

-> python --version
Python 3.2.3

我错过了什么?谢谢

看起来此脚本在您的Python版本中不起作用

u'unicode'语法适用于Python2.x,同样适用于Python3.3

另见
而且。

看起来此脚本在您的Python版本中不起作用

u'unicode'语法适用于Python2.x,同样适用于Python3.3

另见
还有。

只需重新选择python集1,我就可以回到python 2.7。只需重新选择python集1,我就可以回到python 2.7