pywebcopy
pywebcopy copied to clipboard
python 3.10.4 : TypeError: multiple bases have instance lay-out conflict
This is the code
from pywebcopy import save_webpage
kwargs = {'project_name': 'site folder'}
save_webpage(
# url pf the website
url='https://www.geeksforgeeks.org/data-structures/linked-list/',
# folder where the copy will be saved
project_folder='C:\\Desktop\free',
**kwargs
)
####################################################
This the error occurs
Traceback (most recent call last):
File "C:\Users\akmv\Desktop\free\app.py", line 14, in
How can I solve this error?
Thank you very much in advance!
Did you read issue #90 or not?
I did.
Could you please tell the solution? TIA
This is a python 3.10 problem, so it can only be fixed by rewriting the portions of the code.
what should i change in code ? Could you please tell ? TIA
You have to change the inheritance of error classes from multiple bases to just a single base class as the error says.
I do not know where to change in code. Could you please show me? TIA
???
Just download python version below 3.9 and done.
Just download python version below 3.9 and done.
Does it works on 3.8? On pypi it shows 3.7 is the latest it can work with.
@Frutto-Hub yes it works on 3.7 & 3.8 and also on 3.9