- 积分
- 5713
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-10-28
- 最后登录
- 1970-1-1
|
发表于 2019-7-26 17:03:10
|
显示全部楼层
Python 3.7.3 (v3.7.3:ef4ec6ed12, Mar 25 2019, 22:22:05) [MSC v.1916 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
>>>
===== RESTART: C:\Users\zxkcl\Desktop\SoundingPlot-master\SkewT-plot.py =====
Traceback (most recent call last):
File "D:\Program Files\Python37\lib\site-packages\skewt\SkewT.py", line 464, in uwyofile
lines = fname.readlines()
AttributeError: 'str' object has no attribute 'readlines'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\zxkcl\Desktop\SoundingPlot-master\SkewT-plot.py", line 7, in <module>
S=SkewT.Sounding("./57083.txt")
File "D:\Program Files\Python37\lib\site-packages\skewt\SkewT.py", line 232, in __init__
self.uwyofile(filename)
File "D:\Program Files\Python37\lib\site-packages\skewt\SkewT.py", line 467, in uwyofile
fid = open(fname)
FileNotFoundError: [Errno 2] No such file or directory: './57083.txt'
>>> |
|