Sp not loading.
Posted: Sat Feb 13, 2016 2:10 pm
This is the error that i get in the console log file.
Unable to load plugin "../cstrike/addons/mani_admin_plugin"
[EventScripts] Loading Mattie's EventScripts Beta 2.1.1.379...
[EventScripts] Loaded successfully.
[Source.Python] Loading...
[Source.Python] Failed to load the main module.
[Source.Python] Could not initialize python.
Failed to load plugin "addons/source-python"
[Source.Python] Unloading...
[Source.Python] Failed to unload the main module.
[Source.Python] Unloaded successfully.
maxplayers set to 32
[SP] Caught an Exception:
Traceback (most recent call last):
File '..\addons\source-python\packages\source-python\__init__.py', line 38, in load
setup_sp_command()
File '..\addons\source-python\packages\source-python\__init__.py', line 122, in setup_sp_command
from core.command import _core_command
File '..\addons\source-python\packages\source-python\core\command.py', line 39, in <module>
from listeners.tick import Delay
File '..\addons\source-python\packages\source-python\listeners\tick\__init__.py', line 11, in <module>
from listeners.tick.delays import Delay
File '..\addons\source-python\packages\source-python\listeners\tick\delays.py', line 16, in <module>
from listeners import tick_listener_manager
ImportError: cannot import name 'tick_listener_manager'
[SP] Caught an Exception:
Traceback (most recent call last):
File '..\addons\source-python\packages\source-python\__init__.py', line 47, in unload
unload_plugins()
File '..\addons\source-python\packages\source-python\__init__.py', line 205, in unload_plugins
from core.command import _core_command
File '..\addons\source-python\packages\source-python\core\command.py', line 39, in <module>
from listeners.tick import Delay
File '..\addons\source-python\packages\source-python\listeners\tick\__init__.py', line 11, in <module>
from listeners.tick.delays import Delay
File '..\addons\source-python\packages\source-python\listeners\tick\delays.py', line 16, in <module>
from listeners import tick_listener_manager
ImportError: cannot import name 'tick_listener_manager'