Source-Python-Dev-Team / Source.Python

This plugin aims to use boost::python and create an easily accessible wrapper around the Source Engine API for scripter use.
http://forums.sourcepython.com
GNU General Public License v3.0
163 stars 31 forks source link

Unable to load python, csgo #453

Closed Lolles1911 closed 2 years ago

Lolles1911 commented 2 years ago

Hello.

Can someone tell me why it won't load source:python?

[Source.Python] Loading... [Source.Python] Failed to load the main module due to following exception: Traceback (most recent call last): File "/home/container/csgo/addons/source-python/packages/source-python/init.py", line 94, in load setup_sqlite() File "/home/container/csgo/addons/source-python/packages/source-python/init.py", line 468, in setup_sqlite import ctypes File "/home/container/csgo/addons/source-python/Python3/ctypes/init.py", line 7, in from _ctypes import Union, Structure, Array ImportError: libffi.so.6: cannot open shared object file: No such file or directory [Source.Python] Could not initialize python. Failed to load plugin "addons/source-python" [Source.Python] Unloading... [Source.Python] Unloaded successfully

srpg commented 2 years ago

Hi, it seems its missing libffi.so.6 Here the link for Install Guide

Lolles1911 commented 2 years ago

thanks