林在3.4 pyglet很大的麻烦,从二进制文件安装,它失败了,所以尝试点,这一次安装,但在导入它,我得到:
Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import pyglet File "C:\Python34\lib\site-packages\pyglet\__init__.py", line 249 print '%s%s %s' % (indent, name, location) ^ SyntaxError: invalid syntax
有任何想法吗?
已经检查过这个网站( http://www.lfd.uci.edu/~gohlke/pythonlibs/#pygame ),但没有任何东西。
我真的需要这个模块,没有别的比较。
帮帮我!!
提前致谢
(这是赢7)
你正在python 3
解释器中使用python 2
包。
print '%s%s %s' % (indent, name, location) <- python2 syntax
有一个python 3的alpha版本
我已经整理出来了。
如果有其他人有这个问题这样做:
pip安装 – 升级http://pyglet.googlecode.com/archive/tip.zip
然后从您的系统下载最新的Alpha:
https://github.com/AVbin/AVbin/downloads
欢呼的人