Advertisement
Guest User

Untitled

a guest
Oct 18th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. #SESSION 'smorg' CONNECTED TO '0.0.0.0' PORT '4000'
  2. Traceback (most recent call last):
  3. File "/Users/robbintt/clonolith/evennia/evennia/commands/cmdsethandler.py", line 174,
  4. in import_cmdset
  5. module = import_module(modpath, package="evennia")
  6. File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/li$
  7. /python2.7/importlib/__init__.py", line 37, in import_module
  8. __import__(name)
  9. File "./commands/default_cmdsets.py", line 45, in <module>
  10. class PlayerCmdSet(default_cmds.PlayerCmdSet):
  11. AttributeError: 'DefaultCmds' object has no attribute 'PlayerCmdSet'
  12.  
  13. Compile/Run error when loading cmdset 'commands.default_cmdsets.UnloggedinCmdSet'.",
  14. (Traceback was logged 18-10-18 14:35:29)
  15.  
  16. Error encountered for cmdset at path 'commands.default_cmdsets.UnloggedinCmdSet'.
  17. Replacing with fallback 'evennia.commands.default.cmdset_unloggedin.UnloggedinCmdSet'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement