-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
Using the ArchLinux AUR package and starting toxygen results in.
Traceback (most recent call last):
File "/usr/lib/python3.7/site-packages/toxygen/libtox.py", line 54, in __init__
self._lib_tox_encrypt_save = CDLL('libtoxencryptsave.so')
File "/usr/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: libtoxencryptsave.so: cannot open shared object file: No such file or directory
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/toxygen", line 11, in <module>
load_entry_point('Toxygen==0.4.1.0', 'console_scripts', 'toxygen')()
File "/usr/lib/python3.7/site-packages/toxygen/main.py", line 483, in main
toxygen.main()
File "/usr/lib/python3.7/site-packages/toxygen/main.py", line 61, in main
encrypt_save = toxes.ToxES()
File "/usr/lib/python3.7/site-packages/toxygen/toxes.py", line 9, in __init__
self._toxencryptsave = toxencryptsave.ToxEncryptSave()
File "/usr/lib/python3.7/site-packages/toxygen/toxencryptsave.py", line 9, in __init__
self.libtoxencryptsave = libtox.LibToxEncryptSave()
File "/usr/lib/python3.7/site-packages/toxygen/libtox.py", line 56, in __init__
self._lib_tox_encrypt_save = CDLL(util.curr_directory() + '/libs/libtoxencryptsave.so')
File "/usr/lib/python3.7/ctypes/__init__.py", line 356, in __init__
self._handle = _dlopen(self._name, mode)
OSError: /usr/lib/python3.7/site-packages/toxygen/libs/libtoxencryptsave.so: cannot open shared object file: No such file or directory
Any ideas how to fix this?