You are not logged in.
I get this error when running obmenu:
$obmenu
File "/usr/bin/obmenu", line 8, in <module>
import gi
ModuleNotFoundError: No module named 'gi'
$Has anybody encountered this I never had this error in the past what do i need to do to get obmenu2 working in openbox?
Last edited by useraddition (2026-01-20 18:03:22)
Offline
Offline
Mod note: Moving to AUR Issues.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
I have that package installed I'm still gertting the error:
$pacman -Qs python-gobject
local/python-gobject 3.54.5-2
Python bindings for GLib/GObject/GIO/GTK
$Offline
What does `type -a python` and `python --version` show?
Offline
Worksforme™ - do you use some https://wiki.archlinux.org/title/Python … nvironment ?
pacman -Qikk python-gobjectpython -v /usr/bin/obmenu2 |& tee /tmp/verylongpython.log
cat /tmp/verylongpython.log | curl -F 'file=@-' 0x0.stOffline
$ pacman -Qikk python-gobject
Name : python-gobject
Version : 3.54.5-2
Description : Python bindings for GLib/GObject/GIO/GTK
Architecture : x86_64
URL : https://pygobject.gnome.org/
Licenses : LGPL-2.1-or-later
Groups : None
Provides : pygobject-devel=3.54.5
Depends On : glib2 glibc gobject-introspection-runtime libffi python
Optional Deps : python-cairo: Cairo bindings [installed]
Required By : guake obmenu2-git
Optional For : alsa-tools avahi python-dbus
Conflicts With : pygobject-devel
Replaces : pygobject-devel<=3.36.1-1
Installed Size : 1515.50 KiB
Packager : Antonio Rojas <arojas@archlinux.org>
Build Date : Tue Dec 16 11:15:33 2025
Install Date : Tue Jan 20 11:00:41 2026
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : Signature
python-gobject: 108 total files, 0 altered files
[krazybastid@archlinux openbox]$ python -v /usr/bin/obmenu |& tee /tmp/python.log
import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
# installing zipimport hook
import 'time' # <class '_frozen_importlib.BuiltinImporter'>
import 'zipimport' # <class '_frozen_importlib.FrozenImporter'>
# installed zipimport hook
# /usr/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc matches /usr/lib/python3.13/encodings/__init__.py
# code object from '/usr/lib/python3.13/encodings/__pycache__/__init__.cpython-313.pyc'
import '_codecs' # <class '_frozen_importlib.BuiltinImporter'>
import 'codecs' # <class '_frozen_importlib.FrozenImporter'>
# /usr/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc matches /usr/lib/python3.13/encodings/aliases.py
# code object from '/usr/lib/python3.13/encodings/__pycache__/aliases.cpython-313.pyc'
import 'encodings.aliases' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee7620d0>
import 'encodings' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee6dd2b0>
# /usr/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc matches /usr/lib/python3.13/encodings/utf_8.py
# code object from '/usr/lib/python3.13/encodings/__pycache__/utf_8.cpython-313.pyc'
import 'encodings.utf_8' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee762210>
import '_signal' # <class '_frozen_importlib.BuiltinImporter'>
import '_abc' # <class '_frozen_importlib.BuiltinImporter'>
import 'abc' # <class '_frozen_importlib.FrozenImporter'>
import 'io' # <class '_frozen_importlib.FrozenImporter'>
import '_stat' # <class '_frozen_importlib.BuiltinImporter'>
import 'stat' # <class '_frozen_importlib.FrozenImporter'>
import '_collections_abc' # <class '_frozen_importlib.FrozenImporter'>
import 'errno' # <class '_frozen_importlib.BuiltinImporter'>
import 'genericpath' # <class '_frozen_importlib.FrozenImporter'>
import 'posixpath' # <class '_frozen_importlib.FrozenImporter'>
import 'os' # <class '_frozen_importlib.FrozenImporter'>
import '_sitebuiltins' # <class '_frozen_importlib.FrozenImporter'>
Processing user site-packages
Processing global site-packages
Adding directory: '/usr/lib/python3.13/site-packages'
import 'site' # <class '_frozen_importlib.FrozenImporter'>
Python 3.13.11 (main, Dec 7 2025, 13:01:45) [GCC 15.2.1 20251112] on linux
Type "help", "copyright", "credits" or "license" for more information.
# /usr/lib/python3.13/pathlib/__pycache__/__init__.cpython-313.pyc matches /usr/lib/python3.13/pathlib/__init__.py
# code object from '/usr/lib/python3.13/pathlib/__pycache__/__init__.cpython-313.pyc'
# /usr/lib/python3.13/pathlib/__pycache__/_abc.cpython-313.pyc matches /usr/lib/python3.13/pathlib/_abc.py
# code object from '/usr/lib/python3.13/pathlib/__pycache__/_abc.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/functools.cpython-313.pyc matches /usr/lib/python3.13/functools.py
# code object from '/usr/lib/python3.13/__pycache__/functools.cpython-313.pyc'
# /usr/lib/python3.13/collections/__pycache__/__init__.cpython-313.pyc matches /usr/lib/python3.13/collections/__init__.py
# code object from '/usr/lib/python3.13/collections/__pycache__/__init__.cpython-313.pyc'
import 'itertools' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.13/__pycache__/keyword.cpython-313.pyc matches /usr/lib/python3.13/keyword.py
# code object from '/usr/lib/python3.13/__pycache__/keyword.cpython-313.pyc'
import 'keyword' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedfb3250>
# /usr/lib/python3.13/__pycache__/operator.cpython-313.pyc matches /usr/lib/python3.13/operator.py
# code object from '/usr/lib/python3.13/__pycache__/operator.cpython-313.pyc'
import '_operator' # <class '_frozen_importlib.BuiltinImporter'>
import 'operator' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedfb3b50>
# /usr/lib/python3.13/__pycache__/reprlib.cpython-313.pyc matches /usr/lib/python3.13/reprlib.py
# code object from '/usr/lib/python3.13/__pycache__/reprlib.cpython-313.pyc'
import 'reprlib' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf4ed50>
import '_collections' # <class '_frozen_importlib.BuiltinImporter'>
import 'collections' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf66f10>
import '_functools' # <class '_frozen_importlib.BuiltinImporter'>
import 'functools' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf65f20>
# /usr/lib/python3.13/__pycache__/glob.cpython-313.pyc matches /usr/lib/python3.13/glob.py
# code object from '/usr/lib/python3.13/__pycache__/glob.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/contextlib.cpython-313.pyc matches /usr/lib/python3.13/contextlib.py
# code object from '/usr/lib/python3.13/__pycache__/contextlib.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/types.cpython-313.pyc matches /usr/lib/python3.13/types.py
# code object from '/usr/lib/python3.13/__pycache__/types.cpython-313.pyc'
import 'types' # <_frozen_importlib_external.SourceFileLoader object at 0x740eede883d0>
import 'contextlib' # <_frozen_importlib_external.SourceFileLoader object at 0x740eede88210>
# /usr/lib/python3.13/re/__pycache__/__init__.cpython-313.pyc matches /usr/lib/python3.13/re/__init__.py
# code object from '/usr/lib/python3.13/re/__pycache__/__init__.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/enum.cpython-313.pyc matches /usr/lib/python3.13/enum.py
# code object from '/usr/lib/python3.13/__pycache__/enum.cpython-313.pyc'
import 'enum' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee6ef710>
# /usr/lib/python3.13/re/__pycache__/_compiler.cpython-313.pyc matches /usr/lib/python3.13/re/_compiler.py
# code object from '/usr/lib/python3.13/re/__pycache__/_compiler.cpython-313.pyc'
import '_sre' # <class '_frozen_importlib.BuiltinImporter'>
# /usr/lib/python3.13/re/__pycache__/_parser.cpython-313.pyc matches /usr/lib/python3.13/re/_parser.py
# code object from '/usr/lib/python3.13/re/__pycache__/_parser.cpython-313.pyc'
# /usr/lib/python3.13/re/__pycache__/_constants.cpython-313.pyc matches /usr/lib/python3.13/re/_constants.py
# code object from '/usr/lib/python3.13/re/__pycache__/_constants.cpython-313.pyc'
import 're._constants' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedea4ec0>
import 're._parser' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee6ff800>
# /usr/lib/python3.13/re/__pycache__/_casefix.cpython-313.pyc matches /usr/lib/python3.13/re/_casefix.py
# code object from '/usr/lib/python3.13/re/__pycache__/_casefix.cpython-313.pyc'
import 're._casefix' # <_frozen_importlib_external.SourceFileLoader object at 0x740eede2b610>
import 're._compiler' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee6efdd0>
# /usr/lib/python3.13/__pycache__/copyreg.cpython-313.pyc matches /usr/lib/python3.13/copyreg.py
# code object from '/usr/lib/python3.13/__pycache__/copyreg.cpython-313.pyc'
import 'copyreg' # <_frozen_importlib_external.SourceFileLoader object at 0x740eede2b570>
import 're' # <_frozen_importlib_external.SourceFileLoader object at 0x740eede64600>
# /usr/lib/python3.13/__pycache__/fnmatch.cpython-313.pyc matches /usr/lib/python3.13/fnmatch.py
# code object from '/usr/lib/python3.13/__pycache__/fnmatch.cpython-313.pyc'
import 'fnmatch' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedffe7b0>
import 'glob' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf4e210>
import 'pathlib._abc' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf70b90>
# /usr/lib/python3.13/pathlib/__pycache__/_local.cpython-313.pyc matches /usr/lib/python3.13/pathlib/_local.py
# code object from '/usr/lib/python3.13/pathlib/__pycache__/_local.cpython-313.pyc'
import 'ntpath' # <class '_frozen_importlib.FrozenImporter'>
# /usr/lib/python3.13/__pycache__/warnings.cpython-313.pyc matches /usr/lib/python3.13/warnings.py
# code object from '/usr/lib/python3.13/__pycache__/warnings.cpython-313.pyc'
import 'warnings' # <_frozen_importlib_external.SourceFileLoader object at 0x740eede5a6d0>
import 'pwd' # <class '_frozen_importlib.BuiltinImporter'>
# extension module 'grp' loaded from '/usr/lib/python3.13/lib-dynload/grp.cpython-313-x86_64-linux-gnu.so'
# extension module 'grp' executed from '/usr/lib/python3.13/lib-dynload/grp.cpython-313-x86_64-linux-gnu.so'
import 'grp' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedeaef90>
import 'pathlib._local' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedffaa50>
import 'pathlib' # <_frozen_importlib_external.SourceFileLoader object at 0x740eee74fa80>
# /usr/lib/python3.13/__pycache__/subprocess.cpython-313.pyc matches /usr/lib/python3.13/subprocess.py
# code object from '/usr/lib/python3.13/__pycache__/subprocess.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/locale.cpython-313.pyc matches /usr/lib/python3.13/locale.py
# code object from '/usr/lib/python3.13/__pycache__/locale.cpython-313.pyc'
import '_locale' # <class '_frozen_importlib.BuiltinImporter'>
import 'locale' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedeede10>
# /usr/lib/python3.13/__pycache__/signal.cpython-313.pyc matches /usr/lib/python3.13/signal.py
# code object from '/usr/lib/python3.13/__pycache__/signal.cpython-313.pyc'
import 'signal' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd05610>
# /usr/lib/python3.13/__pycache__/threading.cpython-313.pyc matches /usr/lib/python3.13/threading.py
# code object from '/usr/lib/python3.13/__pycache__/threading.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/_weakrefset.cpython-313.pyc matches /usr/lib/python3.13/_weakrefset.py
# code object from '/usr/lib/python3.13/__pycache__/_weakrefset.cpython-313.pyc'
import '_weakrefset' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd07050>
import 'threading' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd06e70>
# extension module 'fcntl' loaded from '/usr/lib/python3.13/lib-dynload/fcntl.cpython-313-x86_64-linux-gnu.so'
# extension module 'fcntl' executed from '/usr/lib/python3.13/lib-dynload/fcntl.cpython-313-x86_64-linux-gnu.so'
import 'fcntl' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eede52710>
# extension module '_posixsubprocess' loaded from '/usr/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-x86_64-linux-gnu.so'
# extension module '_posixsubprocess' executed from '/usr/lib/python3.13/lib-dynload/_posixsubprocess.cpython-313-x86_64-linux-gnu.so'
import '_posixsubprocess' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eede52ad0>
# extension module 'select' loaded from '/usr/lib/python3.13/lib-dynload/select.cpython-313-x86_64-linux-gnu.so'
# extension module 'select' executed from '/usr/lib/python3.13/lib-dynload/select.cpython-313-x86_64-linux-gnu.so'
import 'select' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedef9220>
# /usr/lib/python3.13/__pycache__/selectors.cpython-313.pyc matches /usr/lib/python3.13/selectors.py
# code object from '/usr/lib/python3.13/__pycache__/selectors.cpython-313.pyc'
# extension module 'math' loaded from '/usr/lib/python3.13/lib-dynload/math.cpython-313-x86_64-linux-gnu.so'
# extension module 'math' executed from '/usr/lib/python3.13/lib-dynload/math.cpython-313-x86_64-linux-gnu.so'
import 'math' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedefa520>
import 'selectors' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd06ed0>
import 'subprocess' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedeed9b0>
# /usr/lib/python3.13/__pycache__/random.cpython-313.pyc matches /usr/lib/python3.13/random.py
# code object from '/usr/lib/python3.13/__pycache__/random.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/bisect.cpython-313.pyc matches /usr/lib/python3.13/bisect.py
# code object from '/usr/lib/python3.13/__pycache__/bisect.cpython-313.pyc'
# extension module '_bisect' loaded from '/usr/lib/python3.13/lib-dynload/_bisect.cpython-313-x86_64-linux-gnu.so'
# extension module '_bisect' executed from '/usr/lib/python3.13/lib-dynload/_bisect.cpython-313-x86_64-linux-gnu.so'
import '_bisect' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedd65fd0>
import 'bisect' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd05f70>
# extension module '_random' loaded from '/usr/lib/python3.13/lib-dynload/_random.cpython-313-x86_64-linux-gnu.so'
# extension module '_random' executed from '/usr/lib/python3.13/lib-dynload/_random.cpython-313-x86_64-linux-gnu.so'
import '_random' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedd1a690>
import 'random' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf6b950>
# /usr/lib/python3.13/xml/__pycache__/__init__.cpython-313.pyc matches /usr/lib/python3.13/xml/__init__.py
# code object from '/usr/lib/python3.13/xml/__pycache__/__init__.cpython-313.pyc'
import 'xml' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd78fb0>
# /usr/lib/python3.13/xml/etree/__pycache__/__init__.cpython-313.pyc matches /usr/lib/python3.13/xml/etree/__init__.py
# code object from '/usr/lib/python3.13/xml/etree/__pycache__/__init__.cpython-313.pyc'
import 'xml.etree' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd78e30>
# /usr/lib/python3.13/xml/etree/__pycache__/ElementTree.cpython-313.pyc matches /usr/lib/python3.13/xml/etree/ElementTree.py
# code object from '/usr/lib/python3.13/xml/etree/__pycache__/ElementTree.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/weakref.cpython-313.pyc matches /usr/lib/python3.13/weakref.py
# code object from '/usr/lib/python3.13/__pycache__/weakref.cpython-313.pyc'
import 'weakref' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd79550>
# /usr/lib/python3.13/xml/etree/__pycache__/ElementPath.cpython-313.pyc matches /usr/lib/python3.13/xml/etree/ElementPath.py
# code object from '/usr/lib/python3.13/xml/etree/__pycache__/ElementPath.cpython-313.pyc'
import 'xml.etree.ElementPath' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd7b110>
# extension module '_elementtree' loaded from '/usr/lib/python3.13/lib-dynload/_elementtree.cpython-313-x86_64-linux-gnu.so'
# /usr/lib/python3.13/__pycache__/copy.cpython-313.pyc matches /usr/lib/python3.13/copy.py
# code object from '/usr/lib/python3.13/__pycache__/copy.cpython-313.pyc'
import 'copy' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd7b890>
# extension module 'pyexpat' loaded from '/usr/lib/python3.13/lib-dynload/pyexpat.cpython-313-x86_64-linux-gnu.so'
# extension module 'pyexpat' executed from '/usr/lib/python3.13/lib-dynload/pyexpat.cpython-313-x86_64-linux-gnu.so'
import 'pyexpat' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedd86b50>
# extension module '_elementtree' executed from '/usr/lib/python3.13/lib-dynload/_elementtree.cpython-313-x86_64-linux-gnu.so'
import '_elementtree' # <_frozen_importlib_external.ExtensionFileLoader object at 0x740eedd1b130>
import 'xml.etree.ElementTree' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd79250>
# /usr/lib/python3.13/__pycache__/traceback.cpython-313.pyc matches /usr/lib/python3.13/traceback.py
# code object from '/usr/lib/python3.13/__pycache__/traceback.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/linecache.cpython-313.pyc matches /usr/lib/python3.13/linecache.py
# code object from '/usr/lib/python3.13/__pycache__/linecache.cpython-313.pyc'
import 'linecache' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedddd310>
# /usr/lib/python3.13/__pycache__/textwrap.cpython-313.pyc matches /usr/lib/python3.13/textwrap.py
# code object from '/usr/lib/python3.13/__pycache__/textwrap.cpython-313.pyc'
import 'textwrap' # <_frozen_importlib_external.SourceFileLoader object at 0x740eeddde270>
# /usr/lib/python3.13/__pycache__/_colorize.cpython-313.pyc matches /usr/lib/python3.13/_colorize.py
# code object from '/usr/lib/python3.13/__pycache__/_colorize.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/__future__.cpython-313.pyc matches /usr/lib/python3.13/__future__.py
# code object from '/usr/lib/python3.13/__pycache__/__future__.cpython-313.pyc'
import '__future__' # <_frozen_importlib_external.SourceFileLoader object at 0x740eeddde750>
import '_colorize' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedddf050>
import 'traceback' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedd79a30>
# /usr/lib/python3.13/__pycache__/tokenize.cpython-313.pyc matches /usr/lib/python3.13/tokenize.py
# code object from '/usr/lib/python3.13/__pycache__/tokenize.cpython-313.pyc'
# /usr/lib/python3.13/__pycache__/token.cpython-313.pyc matches /usr/lib/python3.13/token.py
# code object from '/usr/lib/python3.13/__pycache__/token.cpython-313.pyc'
import 'token' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedddeab0>
import '_tokenize' # <class '_frozen_importlib.BuiltinImporter'>
import 'tokenize' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedf698b0>
Traceback (most recent call last):
# /usr/lib/python3.13/__pycache__/ast.cpython-313.pyc matches /usr/lib/python3.13/ast.py
# code object from '/usr/lib/python3.13/__pycache__/ast.cpython-313.pyc'
import '_ast' # <class '_frozen_importlib.BuiltinImporter'>
import 'ast' # <_frozen_importlib_external.SourceFileLoader object at 0x740eedc32030>
File "/usr/bin/obmenu", line 8, in <module>
import gi
File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
File "<frozen importlib._bootstrap>", line 1324, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'gi'
# clear sys.path_importer_cache
# clear sys.path_hooks
# clear builtins._
# clear sys.path
# clear sys.argv
# clear sys.ps1
# clear sys.ps2
# clear sys.last_exc
# clear sys.last_type
# clear sys.last_value
# clear sys.last_traceback
# clear sys.__interactivehook__
# clear sys.meta_path
# restore sys.stdin
# restore sys.stdout
# restore sys.stderr
# cleanup[2] removing sys
# cleanup[2] removing builtins
# cleanup[2] removing _frozen_importlib
# cleanup[2] removing _imp
# cleanup[2] removing _thread
# cleanup[2] removing _warnings
# cleanup[2] removing _weakref
# cleanup[2] removing _io
# cleanup[2] removing marshal
# cleanup[2] removing posix
# cleanup[2] removing _frozen_importlib_external
# cleanup[2] removing time
# cleanup[2] removing zipimport
# destroy zipimport
# cleanup[2] removing _codecs
# cleanup[2] removing codecs
# cleanup[2] removing encodings.aliases
# cleanup[2] removing encodings
# cleanup[2] removing encodings.utf_8
# cleanup[2] removing _signal
# cleanup[2] removing _abc
# cleanup[2] removing abc
# cleanup[2] removing io
# cleanup[2] removing __main__
# destroy __main__
# cleanup[2] removing _stat
# cleanup[2] removing stat
# cleanup[2] removing _collections_abc
# cleanup[2] removing errno
# cleanup[2] removing genericpath
# cleanup[2] removing posixpath
# cleanup[2] removing os.path
# cleanup[2] removing os
# cleanup[2] removing _sitebuiltins
# cleanup[2] removing site
# destroy site
# cleanup[2] removing collections.abc
# cleanup[2] removing itertools
# cleanup[2] removing keyword
# destroy keyword
# cleanup[2] removing _operator
# cleanup[2] removing operator
# cleanup[2] removing reprlib
# destroy reprlib
# cleanup[2] removing _collections
# cleanup[2] removing collections
# cleanup[2] removing _functools
# cleanup[2] removing functools
# cleanup[2] removing types
# cleanup[2] removing contextlib
# cleanup[2] removing enum
# cleanup[2] removing _sre
# cleanup[2] removing re._constants
# cleanup[2] removing re._parser
# cleanup[2] removing re._casefix
# cleanup[2] removing re._compiler
# cleanup[2] removing copyreg
# cleanup[2] removing re
# cleanup[2] removing fnmatch
# cleanup[2] removing glob
# destroy glob
# cleanup[2] removing pathlib._abc
# cleanup[2] removing ntpath
# cleanup[2] removing warnings
# cleanup[2] removing pwd
# cleanup[2] removing grp
# cleanup[2] removing pathlib._local
# cleanup[2] removing pathlib
# destroy pathlib
# destroy pathlib._abc
# destroy pathlib._local
# cleanup[2] removing _locale
# cleanup[2] removing locale
# cleanup[2] removing signal
# cleanup[2] removing _weakrefset
# destroy _weakrefset
# cleanup[2] removing threading
# cleanup[2] removing fcntl
# cleanup[2] removing _posixsubprocess
# cleanup[2] removing select
# cleanup[2] removing math
# cleanup[2] removing selectors
# cleanup[2] removing subprocess
# destroy subprocess
# cleanup[2] removing _bisect
# cleanup[2] removing bisect
# destroy bisect
# cleanup[2] removing _random
# cleanup[2] removing random
# destroy random
# cleanup[2] removing xml
# destroy xml
# cleanup[2] removing xml.etree
# destroy xml.etree
# cleanup[2] removing weakref
# cleanup[2] removing xml.etree.ElementPath
# cleanup[2] removing copy
# destroy copy
# cleanup[2] removing pyexpat.errors
# cleanup[2] removing pyexpat.model
# cleanup[2] removing pyexpat
# cleanup[2] removing _elementtree
# cleanup[2] removing xml.etree.ElementTree
# destroy xml.etree.ElementTree
# cleanup[2] removing linecache
# cleanup[2] removing textwrap
# cleanup[2] removing __future__
# destroy __future__
# cleanup[2] removing _colorize
# cleanup[2] removing traceback
# destroy traceback
# cleanup[2] removing token
# destroy token
# cleanup[2] removing _tokenize
# cleanup[2] removing tokenize
# destroy tokenize
# cleanup[2] removing _ast
# destroy _ast
# cleanup[2] removing ast
# destroy ast
# destroy _sitebuiltins
# destroy pwd
# destroy grp
# destroy _signal
# destroy pyexpat.errors
# destroy pyexpat.model
# destroy pyexpat
# destroy linecache
# destroy textwrap
# destroy _colorize
# destroy _tokenize
# destroy fnmatch
# destroy operator
# destroy locale
# destroy signal
# destroy threading
# destroy types
# destroy fcntl
# destroy _posixsubprocess
# destroy selectors
# destroy encodings
# destroy _locale
# destroy ntpath
# destroy io
# destroy collections
# destroy contextlib
# destroy weakref
# destroy xml.etree.ElementPath
# destroy _elementtree
# destroy select
# cleanup[3] wiping _random
# cleanup[3] wiping _bisect
# cleanup[3] wiping math
# cleanup[3] wiping warnings
# cleanup[3] wiping re
# destroy re._constants
# destroy re._casefix
# destroy re._compiler
# destroy enum
# destroy functools
# destroy copyreg
# cleanup[3] wiping re._parser
# cleanup[3] wiping _sre
# cleanup[3] wiping _functools
# cleanup[3] wiping _collections
# cleanup[3] wiping _operator
# cleanup[3] wiping itertools
# cleanup[3] wiping collections.abc
# cleanup[3] wiping os
# destroy posixpath
# cleanup[3] wiping genericpath
# cleanup[3] wiping errno
# cleanup[3] wiping _collections_abc
# cleanup[3] wiping stat
# cleanup[3] wiping _stat
# destroy _stat
# cleanup[3] wiping abc
# cleanup[3] wiping _abc
# cleanup[3] wiping encodings.utf_8
# cleanup[3] wiping encodings.aliases
# cleanup[3] wiping codecs
# cleanup[3] wiping _codecs
# cleanup[3] wiping time
# cleanup[3] wiping _frozen_importlib_external
# cleanup[3] wiping posix
# cleanup[3] wiping marshal
# destroy marshal
# cleanup[3] wiping _io
# cleanup[3] wiping _weakref
# cleanup[3] wiping _warnings
# cleanup[3] wiping _thread
# cleanup[3] wiping _imp
# cleanup[3] wiping _frozen_importlib
# destroy _warnings
# destroy _frozen_importlib_external
# destroy _imp
# cleanup[3] wiping sys
# cleanup[3] wiping builtins
# destroy sys.monitoring
# destroy errno
# destroy stat
# destroy genericpath
# destroy re._parser
# clear sys.meta_path
# clear sys.modules
# destroy _frozen_importlib
# destroy codecs
# destroy encodings.aliases
# destroy encodings.utf_8
# destroy warnings
# destroy time
# destroy math
# destroy _bisect
# destroy _random
# destroy re
# destroy abc
# destroy os
# destroy itertools
# destroy posix
# destroy _abc
# destroy _sre
# destroy sys
# destroy _collections_abc
# destroy _operator
# destroy _weakref
# destroy _collections
# destroy builtins
# destroy _thread
# destroy _codecs
# destroy _functools
# destroy _io
# clear sys.audit hooks
[krazybastid@archlinux openbox]$ cat /tmp/python.log | curl -F 'file=@-' 0x0.st
http://0x0.st/PKGF.txt
$ Offline
Python-gobject is the 3.14 rebuild but you're looking at 3.13 paths.
Don't run partial updates, -Syu
Offline
All of that and you skipped over my question? Is this a partial update or are you overriding the system python? Or both?
Last edited by Scimmia (2026-01-20 17:12:47)
Offline
Sorry bout that a system update -Syu took care of it. I installed from system rescue boot disk and didn't do a full system upgrade mark as solved.
Offline