Open platipodium opened 3 weeks ago
I've looked into this issue and it seems to be a bug with the file selection widget from Kivy on MacOS (see here). It seems it's been fixed but not released and I don't think they are planning on doing a release any time soon unfortunately. The FileChooser works fine on the Macs I have access to so I'm hoping I can figure out what the difference is. Otherwise there's other python UI frameworks that provide file selection functionality but I was running into issues with those before as mixing frameworks is generally not well supported.
For now I will add an error popup so at least the app won't crash and the user can still type in the file path manually.
I am happy with a temporary fix; that way, I can continue testing your software. For now, this is a showstopper also for my review, I'm afraid.
Sounds good, I'll let you know when it's in place.
Related to #21 and https://github.com/openjournals/joss-reviews/issues/7185
On Mac M1 in conda/py-312/nccut46 environment hitting the FileChooser Dialog "Browse" results in an app crash.
Here's the log