General chat, help, discussion and ideas about the Mu code editor. Don't be afraid to ask a question. We're friendly! Please follow the Code of Conduct (https://www.python.org/psf/codeofconduct/)
$ mu-editor
Traceback (most recent call last):
File "/usr/bin/mu-editor", line 33, in <module>
sys.exit(load_entry_point('mu-editor==1.0.3', 'console_scripts', 'mu-editor')())
File "/usr/bin/mu-editor", line 25, in importlib_load_entry_point
return next(matches).load()
File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
module = import_module(match.group('module'))
File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 790, in exec_module
File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
File "/usr/share/mu-editor/mu/app.py", line 34, in <module>
from mu.interface import Window
File "/usr/share/mu-editor/mu/interface/__init__.py", line 1, in <module>
from .main import Window
File "/usr/share/mu-editor/mu/interface/main.py", line 38, in <module>
from mu.interface.editor import EditorPane
File "/usr/share/mu-editor/mu/interface/editor.py", line 25, in <module>
from PyQt5.Qsci import QsciScintilla, QsciLexerPython, QsciAPIs
ModuleNotFoundError: No module named 'PyQt5.Qsci'
pip3 install shortcut
shortcut mu-editor
Hi Everyone, Question about RUN and "Stop".. Running Win10, ESP32. What is the best way to STOP running code?? (D id there used to be a STOP button?)
MPY: soft reboot
raw REPL; CTRL-B to exit
(THEN DISPLAYS any PRINT from code)
How to STOP??
I click REPL and code stops, and full editor window displayed
I click REPL again and REPL displays, showing the (POWERON_RESET ... down to >>> prompt)