|
发表于 2020-12-30 19:27:44
|
显示全部楼层
报错
- Exception in Tkinter callback
- Traceback (most recent call last):
- File "C:\Users\deli\AppData\Local\Programs\Python\Python39\lib\tkinter\__init__.py", line 1885, in __call__
- return self.func(*args)
- File "E:\Python\高级技术\tk应用\2\百度文库复制.py", line 177, in main
- soup=bs4.BeautifulSoup(content,'html.parser')
- File "C:\Users\deli\AppData\Local\Programs\Python\Python39\lib\site-packages\bs4\__init__.py", line 310, in __init__
- elif len(markup) <= 256 and (
- TypeError: object of type 'NoneType' has no len()
复制代码 |
|