visualcurrent / Notion-2-Obsidan

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

cannot import fileopenbox #41

Open angelchimp opened 1 year ago

angelchimp commented 1 year ago

Hey,

I've only just installed python and easygui to run this script, but the script fails here:

= RESTART: I:\Notion to Obsidian Export\N2O.py Traceback (most recent call last): File "I:\Notion to Obsidian Export\N2O.py", line 15, in from easygui import fileopenbox ImportError: cannot import name 'fileopenbox' from 'easygui' (I:\Notion to Obsidian Export\easygui__init__.py)

Not sure how to troubleshoot. Would appreciate any breakdown!

arozx commented 1 year ago

This is a duplicate of #8.

To fix the issue you need to instally easygui, here is the PyPI page. https://pypi.org/project/easygui/