Page 1 of 1

Sp not loading.

Posted: Sat Feb 13, 2016 2:10 pm
by tnarocks
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'

Posted: Sat Feb 13, 2016 2:18 pm
by Ayuto
I guess you didn't delete the ../addons/source-python/packages/source-python/ directory when you have updated SP:
http://build.affecta.net/job/Source.Python%20-%20Documentation/lastSuccessfulBuild/artifact/cstrike/addons/source-python/docs/source-python/build/updating.html

Posted: Sat Feb 13, 2016 2:35 pm
by tnarocks
No i did not delete those folders. I will try it again later.

Posted: Sun Feb 14, 2016 12:49 am
by tnarocks
Thanks for the help Ayuto. Did all that and it works.