mu
mu copied to clipboard
A small, simple editor for beginner Python programmers. Written in Python and Qt5.
It appears this is the product name on Linux at least.
CircuitPython 8 uses OSC to set title.
### What were you trying to do? I am trying to get the Tinybit library to work with the Mu editor on a Mac. ### What steps did you take...
### What were you trying to do? running the program ### What steps did you take to trigger the issue? when the progamme using Chinese character then click "run" button...
pyflakes 2.5.0 has unified their output fomatting: - https://github.com/PyCQA/pyflakes/blob/master/NEWS.rst - https://github.com/PyCQA/pyflakes/pull/693 So, Mu's regex has to match pyflakes messages like this: - pre-2.5.0 -> `filename:line:char message` - post-2.5.0 -> `filename:line:char:...
### What were you trying to do? Build mu in Fedora ### What steps did you take to trigger the issue? flake8 was updated to 5.0.3 / pyflakes to 2.5.0...
All the log entries for the crashed session are duplicated, and then Mu crashes at points where it check if a directory exists (it doesn't at the time), and then...
One of the Fedora Linux users had this traceback reported automatically: Traceback (most recent call last): File "/usr/bin/mu-editor", line 8, in sys.exit(run()) File "/usr/lib/python3.10/site-packages/mu/app.py", line 111, in run setup_logging() File...
### What were you trying to do? Use Mu-Editor ### What steps did you take to trigger the issue? I followed the steps from https://codewith.mu/en/howto/1.1/install_linux ### What did you expect...
### What were you trying to do? Trying to complete first run for student user ### What steps did you take to trigger the issue? I installed MU using the...