Open Benjamin-Loison opened 3 months ago
Let us proceed from a fresh setup where I paid attention to not have Pyzo installed with APT or pip.
pip uninstall pyzo
WARNING: Skipping pyzo as it is not installed.
sudo apt purge pyzo
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'pyzo' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
sudo apt install -y pyzo
pyzo
Pypi: imp3 does not look relevant among results for imp, see https://pypi.org/search/?q=imp.
The only DuckDuckGo and Google results for "Uncaught Python exception: No module named 'imp'"
are:
apt show python3-zombie-imp
Source: https://bugs.launchpad.net/ubuntu/+source/pyzo/+bug/2063934#edit-description
sudo apt install -y python3-zombie-imp
Then pyzo
works quite fine:
pyzo
Pyzo 4.12.3
Started our command server
Loaded theme 'Solarized_Dark'
Loaded theme 'Dark'
Loaded theme 'Default'
Loaded theme 'Solarized_Light'
Loaded theme 'Scintilla'
QTextCursor::setPosition: Position '1' out of range
keeping the terminal focus.
Do not have any issue on a relative Linux Mint 22 Cinnamon:
Related to #30.