visualcurrent / Notion-2-Obsidan

Conversion routines to convert all Notion .md exports to full Obsidian compatibility
262 stars 47 forks source link

Error #8

Open whippingdot opened 3 years ago

whippingdot commented 3 years ago

ModuleNotFoundError: No module named 'easygui'

I get this error

mateo19182 commented 3 years ago

Same things, thought it was an error on my side

sithamet commented 3 years ago

Same issue, both on Windows and Ubuntu. Python 3.8.2

sithamet commented 3 years ago

@mateo19182 @whippingdot Fixed by downloading and installing the latest easygui wheel file from https://pypi.org/project/easygui/#files

davfre commented 10 months ago

I ran into an issue after installing easygui, related to a broken tk-inter installation on Mac OS (Not a bug in this repo!)

In case it is helpful to someone else: As a quick workaround rather than trying to get easygui to work properly, I set the path in the script instead.

NotionZip = Path('my_export.zip')