rajatomar788 / pywebcopy

Locally saves webpages to your hard disk with images, css, js & links as is.
https://rajatomar788.github.io/pywebcopy/
Other
520 stars 105 forks source link

multiple bases have instance lay-out conflict #95

Closed david0091 closed 2 years ago

david0091 commented 2 years ago

save_webpage( url="https://example.com", project_folder="C://project", project_name="my_site", bypass_robots=True, debug=True, open_in_browser=True, delay=None, threaded=False, )

i get this error can any one help

Traceback (most recent call last): File "C:\Users\onege\OneDrive\Desktop\pythonpro\tracker\t.py", line 1, in from pywebcopy import save_webpage File "C:\Users\onege\AppData\Roaming\Python\Python310\site-packages\pywebcopy__init__.py", line 49, in from .configs import config, SESSION File "C:\Users\onege\AppData\Roaming\Python\Python310\site-packages\pywebcopy\configs.py", line 18, in from .exceptions import AccessError File "C:\Users\onege\AppData\Roaming\Python\Python310\site-packages\pywebcopy\exceptions.py", line 46, in class UrlTransformerNotSetup(PywebcopyError, UnboundLocalError): TypeError: multiple bases have instance lay-out conflict

python version 3.10.1 OS = Windows

rajatomar788 commented 2 years ago

Did you read issue #90 or not?