-
Notifications
You must be signed in to change notification settings - Fork 137
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove deprecated imp modul
- Loading branch information
Showing
2 changed files
with
2 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9927528
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jbleyel _gbbt.so in GigaBlueBluetoothSetup have no support for py3.12.1
22:17:44.6566 [PluginComponent] Error: Plugin 'SystemPlugins/BluetoothSetup' failed to load! (libpython3.8.so.1.0: cannot open shared object file: No such file or directory) 22:17:44.6587 Traceback (most recent call last): 22:17:44.6593 File "/usr/lib/enigma2/python/Components/PluginComponent.py", line 59, in readPluginList 22:17:44.6595 File "/usr/lib/enigma2/python/Tools/Import.py", line 2, in my_import 22:17:44.6596 File "/usr/lib/enigma2/python/Plugins/SystemPlugins/BluetoothSetup/plugin.py", line 3, in <module> 22:17:44.6597 File "/usr/lib/enigma2/python/Plugins/SystemPlugins/BluetoothSetup/bt_setup.py", line 14, in <module> 22:17:44.6598 File "/usr/lib/enigma2/python/Plugins/SystemPlugins/BluetoothSetup/bt.py", line 35, in <module> 22:17:44.6599 File "/usr/lib/enigma2/python/Plugins/SystemPlugins/BluetoothSetup/gbbt.py", line 7, in <module> 22:17:44.6600 ImportError: libpython3.8.so.1.0: cannot open shared object file: No such file or directory
if someone fix this
pls active (gbbluetooth) in https://github.com/oe-alliance/oe-alliance-core/blob/5.3/meta-brands/meta-gigablue/conf/machine/gb7252.conf#L20
i have forwarded libpython3.12.1.so.1.0 in libpython3.8.so.1.0 plugin work as well
i have no bcm usb bt . and hisilicon usb bt no works i think again issue in gb-bluetooth-util need to be updated.
i need to buy a bcm usb to confirm if it works.
9927528
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The python symlink will not fix this because the _gbbt.so is build with an older glib.
ImportError: _gbbt.so: undefined symbol: _ZSt4cerr
9927528
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think gigablue only have the source code to fix it