Public bug reported:

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.

** Affects: pyzo (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2063934

Title:
  Pyzo installation not fully functional on Ubuntu 24.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pyzo/+bug/2063934/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to