GrandOrgue / OdfEdit

A tool for GrandOrgue ODF edition, and Hauptwerk to GrandOrgue ODF conversion.
GNU General Public License v3.0
7 stars 1 forks source link

Missing tkinter #5

Closed ahall41 closed 9 months ago

ahall41 commented 1 year ago

Apparently this is not always installed by default (I use Mint). To resolve run sudo apt-get install python3-tk.

rousseldenis commented 1 year ago

@ahall41 Thanks reporting this. I need to finish this https://github.com/GrandOrgue/ODFEdit/pull/3

And it will be solved

rousseldenis commented 1 year ago

Ooops no. But this should be set in a README file.

larspalo commented 1 year ago

Also, in the README, it would be good to mention the way to run OdfEdit (at least under Linux when used directly from the src directory) is:

python3 ./OdfEdit.py

otherwise it will complain about not finding things due to path issues.

eturpault commented 1 year ago

README updated with this additional mention for Linux.