New features which should be implemented in Porteus; suggestions are welcome. All questions or problems with testing releases (alpha, beta, or rc) should go in their relevant thread here, rather than the Bug Reports section.
-
Kulle
- Warlord

- Posts: 706
- Joined: 28 Jan 2017, 10:39
- Distribution: v4.0 64bit Xfce
- Location: Berlin
Post#2
by Kulle » 15 Aug 2020, 06:40
Hi ralcocer,
the recorder does not work:
Code: Select all
guest@porteus:/usr/share/applications$ recorder
Traceback (most recent call last):
File "/usr/bin/recorder", line 10, in <module>
import gtk
File "/usr/lib64/python2.7/site-packages/gtk-2.0/gtk/__init__.py", line 30, in <module>
import gobject as _gobject
File "/usr/lib64/python2.7/site-packages/gobject/__init__.py", line 26, in <module>
from glib import spawn_async, idle_add, timeout_add, timeout_add_seconds, \
File "/usr/lib64/python2.7/site-packages/glib/__init__.py", line 22, in <module>
from glib._glib import *
ImportError: /usr/lib64/python2.7/site-packages/glib/_glib.so: undefined symbol: PyUnicodeUCS2_DecodeUTF8
Kulle