Gpodder doesn't start anymore on Ubuntu 24.04 due to Python 3.12 :

File "/usr/bin/gpodder", lines 172 to 181 :

    if gpodder.ui.gtk:
        from gpodder.gtkui import app
        gpodder.ui_folders.insert(0, os.path.join(ui_folder, 'gtk'))
        app.main(options)
    else:
        logger.error('No GUI selected.')


if __name__ == '__main__':
    main()

File "/usr/lib/python3/dist-packages/gpodder/gtkui/app.py", lines 30 and
31 :

import gpodder
from gpodder import core, util


File "/usr/lib/python3/dist-packages/gpodder/core.py", lines 24 and 25 :

import gpodder
from gpodder import config, dbsqlite, extensions, model, util


File "/usr/lib/python3/dist-packages/gpodder/extensions.py", line 34 :

import imp


https://github.com/gpodder/gpodder/issues/1614


** Bug watch added: github.com/gpodder/gpodder/issues #1614
   https://github.com/gpodder/gpodder/issues/1614

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

Title:
  Gpodder doesn't start anymore on Ubuntu 24.04  problem with Python
  3.12 -  ModuleNotFoundError: No module named 'imp'

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


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

Reply via email to