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

|
发表于 2019-5-5 16:24:51
|
显示全部楼层
运行example.py出现如下情况,跪求大神帮忙解答!!!不胜感激
Python 3.7.0 (v3.7.0:1bf9cc5093, Jun 27 2018, 04:06:47) [MSC v.1914 32 bit (Intel)] on win32
Type "copyright", "credits" or "license()" for more information.
>>>
========================= RESTART: D:\ERA\example.py =========================
Traceback (most recent call last):
File "D:\ERA\example.py", line 12, in <module>
from ecmwfapi import ECMWFDataServer
File "D:\ERA\ecmwfapi\__init__.py", line 12, in <module>
from ecmwfapi import api
File "D:\ERA\ecmwfapi\api.py", line 28
print "Python socket module was not compiled with SSL support. Aborting..."
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("Python socket module was not compiled with SSL support. Aborting...")?
>>> |
|