Pyzo installation not fully functional on Ubuntu 24.04

Bug #2063934 reported by Alan AZZERA
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyzo (Ubuntu)
New
Undecided
Unassigned

Bug Description

After installing pyzo on Ubuntu 24.04, it turns out that the software is impossible to run. In command line, one cas see the following error :

Pyzo 4.12.3
Started our command server
Loaded theme 'Solarized_Dark'
Loaded theme 'Default'
Loaded theme 'Solarized_Light'
Loaded theme 'Scintilla'
Loaded theme 'Dark'
QStandardPaths: runtime directory '/run/user/0' is not owned by UID 1000, but a directory permissions 0700 owned by UID 0 GID 0
loading qt : ok
loading pyzo : ok
Uncaught Python exception: No module named 'imp'
  File "/usr/bin/pyzo", line 33, in <module>
    sys.exit(load_entry_point('pyzo==4.12.3', 'console_scripts', 'pyzo')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/share/pyzo/pyzo/__main__.py", line 42, in main
    pyzo.start()
  File "/usr/share/pyzo/pyzo/__init__.py", line 57, in start
    start()
  File "/usr/share/pyzo/pyzo/_start.py", line 271, in start
    MainWindow(None, appLocale)
  File "/usr/share/pyzo/pyzo/core/main.py", line 96, in __init__
    self._populate()
  File "/usr/share/pyzo/pyzo/core/main.py", line 151, in _populate
    from pyzo.tools import ToolManager
  File "/usr/share/pyzo/pyzo/tools/__init__.py", line 36, in <module>
    import os, sys, imp

To solve the problem, I needed to install an additional package :
aptitude install python3-zombie-imp

Then pyzo runs.

Tags: noble
Ken Sharp (kennybobs)
tags: added: noble
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.