Python3异常处理和异常类型 - 小谈博客
Pythondef save_file(file, filename): """ 打开excel文件 """ try: book ...NameError Raised when an identifier is not found in the local or global ...
Python 代码,请大虾帮忙看下了 - 开源中国社区
File "D:\Python34\lib\urllib\request.py", line 196, in urlretrieve tfp = open(filename, 'wb') FileNotFoundError: [Errno 2] No such file or dir...