MatthiasLienhard / flowkey_dl

helper to create sheet music from flowkey songs
MIT License
70 stars 15 forks source link

Error when starting the script #9

Closed REMberry closed 2 years ago

REMberry commented 2 years ago

Hi, i try to use it on a windows computer. When i start the script, i get the following error: flowkey-dl Traceback (most recent call last): File "C:\Users\koege\anaconda3\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\koege\anaconda3\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\koege\anaconda3\Scripts\flowkey-dl.exe__main.py", line 4, in File "C:\Users\koege\anaconda3\lib\site-packages\flowkey_dl\flowkey_dl_gui.py", line 6, in from flowkey_dl import flowkey_dl, arange_image, save_png, save_pdf,strip_url ImportError: cannot import name 'arange_image' from 'flowkey_dl' (C:\Users\koege\anaconda3\lib\site-packages\flowkey_dl\init__.py)

MatthiasLienhard commented 2 years ago

Can you please try with the latest version?

REMberry commented 2 years ago

I tried and it worked now very well. thx.