zrong / wiz2joplin

Migrate from WizNote to Joplin.
GNU General Public License v3.0
90 stars 21 forks source link

can't find the module w2j #1

Closed supotnitskiy closed 3 years ago

supotnitskiy commented 3 years ago

Thank you very much for this project.

I have an operating system Ubuntu 20.04.2 LTS

can't find the module w2j

python3 joplin.py Traceback (most recent call last): File "joplin.py", line 16, in from w2j import logger ModuleNotFoundError: No module named 'w2j'

zrong commented 3 years ago

The root module is w2j, so you CANNOT use python3 joplin.py.

You can read the test case to find how to use the tool.

I will wite a README later.

If you can read chinese, pls read this: https://blog.zengrong.net/post/wiznote2joplin2/

zrong commented 3 years ago

README has been updated.