We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Weird one this:
david@david-Latitude-E6440:~$ ykman-gui Got library name: "/usr/lib/x86_64-linux-gnu/qt5/qml/io/thp/pyotherside/libpyothersideplugin.so" ykman-gui: qpython_priv.cpp:513: QPythonPriv::QPythonPriv(): Assertion `traceback_mod' failed. Aborted (core dumped)
Looks like pyotherside is failing to import traceback.
pyotherside
traceback
I can import traceback in the Python 2 and 3 REPLs though.
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is installed from the ppa I assume ?
Sorry, something went wrong.
Yes, from the ppa
Btw:
david@david-Latitude-E6440:~$ ykman-gui --version YubiKey Manager 1.1.2
The AppImage works fine
No branches or pull requests
Weird one this:
Looks like
pyotherside
is failing to importtraceback
.I can import
traceback
in the Python 2 and 3 REPLs though.The text was updated successfully, but these errors were encountered: