Probe basic launch issue
- Tinker
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 2
18 Nov 2025 16:01 #338628
by Tinker
Probe basic launch issue was created by Tinker
I just tried to install probe basic and was able to but when i try to launch it i get the following error Traceback (most recent call last):File "/usr/bin/probe_basic", line 8, in <module>sys.exit(main())~~~~^^File "/usr/lib/python3/dist-packages/probe_basic/__init__.py", line 20, in mainqtpyvcp.run_vcp(opts, VCP_CONFIG_FILE)~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^File "/usr/lib/python3/dist-packages/qtpyvcp/__init__.py", line 26, in run_vcprun(*args, **kwargs)~~~^^^^^^^^^^^^^^^^^File "/usr/lib/python3/dist-packages/qtpyvcp/app/__init__.py", line 129, in runlaunch_application(opts, config)~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 70, in launch_applicationapp = _initialize_object_from_dict(config)File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 205, in _initialize_object_from_dictobj = _get_object_by_referance(provider)File "/usr/lib/python3/dist-packages/qtpyvcp/app/launcher.py", line 193, in _get_object_by_referancereturn getattr(importlib.import_module(modname), attrname)~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^File "/usr/lib/python3.13/importlib/__init__.py", line 88, in import_modulereturn _bootstrap._gcd_import(name[level:], package, level)~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^File "<frozen importlib._bootstrap>", line 1387, in _gcd_importFile "<frozen importlib._bootstrap>", line 1360, in _find_and_loadFile "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlockedFile "<frozen importlib._bootstrap>", line 935, in _load_unlockedFile "<frozen importlib._bootstrap_external>", line 1026, in exec_moduleFile "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removedFile "/usr/lib/python3/dist-packages/qtpyvcp/app/application.py", line 7, in <module>import impModuleNotFoundError: No module named 'imp'
p, li { white-space: pre-wrap; }
p, li { white-space: pre-wrap; }
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4574
- Thank you received: 2034
18 Nov 2025 16:32 #338632
by Aciera
Replied by Aciera on topic Probe basic launch issue
The problem is that the 'imp' python module has been removed from newer versions of python, Code that use it should be ported to use 'importlib' instead.
There have been other reports about this. Since Probe Basic is an external project it might be worth filing this as an issue on their Github page:
github.com/kcjengr/probe_basic/issues
There have been other reports about this. Since Probe Basic is an external project it might be worth filing this as an issue on their Github page:
github.com/kcjengr/probe_basic/issues
Please Log in or Create an account to join the conversation.
- Tinker
- Offline
- Junior Member
-
Less
More
- Posts: 32
- Thank you received: 2
18 Nov 2025 16:48 #338633
by Tinker
Replied by Tinker on topic Probe basic launch issue
I posted it ti the gethub, hopefully they can help me get this thing going..
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
- unknown
- Offline
- Platinum Member
-
Less
More
- Posts: 795
- Thank you received: 264
18 Nov 2025 20:15 #338654
by unknown
Replied by unknown on topic Probe basic launch issue
I guess you're installing on Trixie.
Install
sudo apt install python3-zombie-imp
Then if you try to run you'll get another error which is related to libqt5quickwidgets5
sudo apt install libqt5quickwidgets5
Install
sudo apt install python3-zombie-imp
Then if you try to run you'll get another error which is related to libqt5quickwidgets5
sudo apt install libqt5quickwidgets5
The following user(s) said Thank You: tommylight, COFHAL
Please Log in or Create an account to join the conversation.
Time to create page: 0.054 seconds