mikaelho

Results 86 comments of mikaelho

Hello. Would the issue described below be related, or should I create a separate issue? I am trying to use trio in Pythonista, an iOS app running Python 3.6.1. I...

@njsmith, `signal.getsignal(signal.SIGINT)` returns `None` on Pythonista.

Tried uninstalling latest flit and installing ==2.2. Now I get ”No module named 'flit_core.inifile'” when I try to publish. Have tried un- and re-installing flit and flit-core, but no joy,...

For the record, I tried several combos of flit and flit-core versions, but the problem persisted. But now happily flitting away on my up-to-date machine.

> just reinstall flet) Sorry, I do not understand what you mean. flet apps cannot stop working just because a new version of flet is released.

Thanks for the effort! The issue I was describing is that when you next release 0.1.49, the app that now runs fine on 0.1.48, stops working (without any changes or...

Thanks @dsgibbons, this helps. In order to help pinpoint the cause, could you share which editor and package manager are you using? PyCharm and poetry for me.

And one more thing, I am using M1, wonder if that has something to with this? Is the app compiled for M1 or are we emulating Intel?

New flet 0.1.50 version. Same error. Without installing the new version, I tried manually launching the latest version I had installed: `% open /var/folders/qn/01t1th0j6s79l1bjbqjlrvbw0000gn/T//flet-0.1.49/Flet.app` Same error. Noticed that I only...