Skip to content

wsb convert sb2wsb: ModuleNotFoundError: No module named 'webscrapbook.scrapbook.convert' #87

Description

@mocarela

Installed PyWebScrapBook from compiled binary as per instructions.
Everything looks fine.
When trying to convert legacy ScrapBook (FireFox) i get the following:

e:\temp>wsb --version
webscrapbook 2.10.0
e:\temp>wsb convert sb2wsb --debug "e:\temp\ScrapBook" "e:\temp\WebScrapBook"
Traceback (most recent call last):
File "wsb.py", line 4, in <module>
File "webscrapbook\cli.py", line 1186, in main
File "webscrapbook\cli.py", line 276, in cmd_convert
File "importlib\__init__.py", line 88, in import_module
File "<frozen importlib._bootstrap>", line 1395, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
File "<frozen importlib._bootstrap>", line 1395, in _gcd_import
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'webscrapbook.scrapbook.convert'
[PYI-28156:ERROR] Failed to execute script 'wsb' due to unhandled exception!

What am I doing wrong?
Any help would be appreciated.
Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions