- 积分
- 4194
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-8-16
- 最后登录
- 1970-1-1
|
发表于 2020-4-10 17:58:16
|
显示全部楼层
才学python ,借用楼主的程序运行提示如下:该咋处理?谢谢
“Traceback (most recent call last):
File "client.py", line 64, in <module>
result = client.callAPI_to_saveAsFile(userName,password, "getSurfEleByTime",\
File "D:\Python\cimiss\mimo\cma\cimiss\DataQueryClient.py", line 96, in callAPI_to_saveAsFile
if self.api:
AttributeError: 'DataQuery' object has no attribute 'api'
!! 04/10/20 17:43:47.472 error: communicator not destroyed during global destruction. |
|