You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError while trying to run. Please bundle all needed Python modules inside the AppImage. Thanks.
Import exception
ModuleNotFoundError("No module named 'CardConnector'",)
Import exception
ModuleNotFoundError("No module named 'CardConnector'",)
Import exception
ModuleNotFoundError("No module named 'JCconstants'",)
Import exception
ModuleNotFoundError("No module named 'util'",)
Import exception
ModuleNotFoundError("No module named 'util'",)
Import exception
ModuleNotFoundError("No module named 'Satochip2FA'",)
DEBUG PKGDIR= /run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/satochip_bridge
Traceback (most recent call last):
File "/run/firejail/appimage/.appimage-9223/usr/bin/SatochipBridge.py", line 9, in <module>
from CardConnector import CardConnector, UninitializedSeedError
ModuleNotFoundError: No module named 'CardConnector'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/run/firejail/appimage/.appimage-9223/usr/bin/SatochipBridge.py", line 19, in <module>
from satochip_bridge.CardConnector import CardConnector, UninitializedSeedError
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/satochip_bridge/__init__.py", line 2, in <module>
from .SatochipBridge import SatochipBridge
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/satochip_bridge/SatochipBridge.py", line 60, in <module>
cc = CardConnector(parser, client)
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/satochip_bridge/CardConnector.py", line 134, in __init__
self.cardrequest = CardRequest(timeout=0, cardType=self.cardtype)
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/smartcard/CardRequest.py", line 61, in __init__
timeout)
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/smartcard/pcsc/PCSCCardRequest.py", line 82, in __init__
self.hcontext = PCSCContext().getContext()
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/smartcard/pcsc/PCSCContext.py", line 56, in __init__
self.renewContext()
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/smartcard/pcsc/PCSCContext.py", line 70, in renewContext
PCSCContext.instance = PCSCContext.__PCSCContextSingleton()
File "/run/firejail/appimage/.appimage-9223/usr/lib/python3.6/site-packages/smartcard/pcsc/PCSCContext.py", line 40, in __init__
raise EstablishContextException(hresult)
smartcard.pcsc.PCSCExceptions.EstablishContextException: 'Failure to establish context: Service not available.'
ModuleNotFoundError while trying to run. Please bundle all needed Python modules inside the AppImage. Thanks.
Reference:
AppImage/appimage.github.io#2005
The text was updated successfully, but these errors were encountered: