- 积分
- 24981
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-9-11
- 最后登录
- 1970-1-1

|
发表于 2014-6-4 21:28:53
|
显示全部楼层
运行example.py,出现错误
Python 3.4.1 (v3.4.1:c0e311e010fc, May 18 2014, 10:38:22) [MSC v.1600 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>> ================================ RESTART ================================
>>>
Traceback (most recent call last):
File "E:\ecmwf-api-client-python\example.py", line 12, in <module>
from ecmwfapi import ECMWFDataServer
File "E:\ecmwf-api-client-python\ecmwfapi\__init__.py", line 12, in <module>
from ecmwfapi import api
File "E:\ecmwf-api-client-python\ecmwfapi\api.py", line 28
print "Python socket module was not compiled with SSL support. Aborting..."
^
SyntaxError: invalid syntax
>>>
瞬间就不知道从哪里下手好了~ |
|