VultureProject / vulture3-gui

Vulture 3 Management GUI (Django project)
GNU General Public License v3.0
4 stars 5 forks source link

M2Cryto python module missing from python virtual env #18

Open buzzzo opened 3 years ago

underscoredje commented 3 years ago

This issue has the same cause than #10.

You can use this as workaround:

ln -s /usr/local/lib/libffi.so.7 /usr/local/lib/libffi.so.6
buzzzo commented 3 years ago

I've already the symlink in place so is not the problem. Problem is that in the new python virtual env installed by the last update lack the M2Crypto python module. I've manually copied the M2Crypto dir from the old env (yes , i've backupped it before upgrade) and it works.