Page 1 of 1

Source Python not starting

Posted: Thu Jan 14, 2016 4:54 pm
by Kami
Hey guys,

while trying to put SourcePython on a CS:GO server I got this error message:

Code: Select all

[Source.Python] Loading...
Traceback (most recent call last):
File "/home/sid_89796/csgo/csgo/addons/source-python/packages/source-python/__init__.py", line 35, in load
setup_hooks()
File "/home/sid_89796/csgo/csgo/addons/source-python/packages/source-python/__init__.py", line 56, in setup_hooks
from hooks.exceptions import except_hooks
File "/home/sid_89796/csgo/csgo/addons/source-python/packages/source-python/hooks/__init__.py", line 12, in <module>
from translations.strings import LangStrings
File "/home/sid_89796/csgo/csgo/addons/source-python/packages/source-python/translations/strings.py", line 10, in <module>
from binascii import unhexlify
ImportError: libz.so.1: cannot open shared object file: No such file or directory
[Source.Python] Failed to load the main module.
[Source.Python] Could not initialize python.
Failed to load plugin "addons/source-python"


What could be the cause of that? Thanks :)

Posted: Thu Jan 14, 2016 5:28 pm
by satoon101

Posted: Thu Jan 14, 2016 5:33 pm
by Kami
Oh, sorry, I forgot to search the forum.... Thank you very much!