Advertisement
Guest User

Untitled

a guest
May 19th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. 19-05-19 16:18:52-07 Traceback (most recent call last):
  2. 19-05-19 16:18:52-07 File ".\commands\cmdsets\standard.py", line 21, in <module>
  3. 19-05-19 16:18:52-07 from commands.commands import staff_commands
  4. 19-05-19 16:18:52-07 File ".\commands\commands\staff_commands.py", line 22, in <module>
  5. 19-05-19 16:18:52-07 from web.character.models import Clue, SearchTag, Revelation, StoryEmit, Flashback, CluePlotInvolvement
  6. 19-05-19 16:18:52-07 ImportError: cannot import name CluePlotInvolvement
  7. 19-05-19 16:18:52-07 <<ERROR>>: Error encountered in loading staff_commands: cannot import name CluePlotInvolvement
  8. 19-05-19 16:18:52-07 Traceback (most recent call last):
  9. 19-05-19 16:18:52-07 File ".\commands\default_cmdsets.py", line 39, in new_func
  10. 19-05-19 16:18:52-07 return func(*args, **kwargs)
  11. 19-05-19 16:18:52-07 File ".\commands\default_cmdsets.py", line 72, in add_standard_cmdsets
  12. 19-05-19 16:18:52-07 self.add(standard.StaffCmdSet)
  13. 19-05-19 16:18:52-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 464, in add
  14. 19-05-19 16:18:52-07 cmd = self._instantiate(cmd)
  15. 19-05-19 16:18:52-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 300, in _instantiate
  16. 19-05-19 16:18:52-07 return cmd()
  17. 19-05-19 16:18:52-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 190, in __init__
  18. 19-05-19 16:18:52-07 self.at_cmdset_creation()
  19. 19-05-19 16:18:52-07 File ".\commands\cmdsets\standard.py", line 301, in at_cmdset_creation
  20. 19-05-19 16:18:52-07 self.add(staff_commands.CmdGemit())
  21. 19-05-19 16:18:52-07 NameError: global name 'staff_commands' is not defined
  22. 19-05-19 16:18:57-07 Traceback (most recent call last):
  23. 19-05-19 16:18:57-07 File ".\commands\default_cmdsets.py", line 39, in new_func
  24. 19-05-19 16:18:57-07 return func(*args, **kwargs)
  25. 19-05-19 16:18:57-07 File ".\commands\default_cmdsets.py", line 230, in add_staff_commands
  26. 19-05-19 16:18:57-07 from .commands import staff_commands
  27. 19-05-19 16:18:57-07 File ".\commands\commands\staff_commands.py", line 22, in <module>
  28. 19-05-19 16:18:57-07 from web.character.models import Clue, SearchTag, Revelation, StoryEmit, Flashback, CluePlotInvolvement
  29. 19-05-19 16:18:57-07 ImportError: cannot import name CluePlotInvolvement
  30. 19-05-19 16:18:57-07 Traceback (most recent call last):
  31. 19-05-19 16:18:57-07 File ".\commands\default_cmdsets.py", line 39, in new_func
  32. 19-05-19 16:18:57-07 return func(*args, **kwargs)
  33. 19-05-19 16:18:57-07 File ".\commands\default_cmdsets.py", line 72, in add_standard_cmdsets
  34. 19-05-19 16:18:57-07 self.add(standard.StaffCmdSet)
  35. 19-05-19 16:18:57-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 464, in add
  36. 19-05-19 16:18:57-07 cmd = self._instantiate(cmd)
  37. 19-05-19 16:18:57-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 300, in _instantiate
  38. 19-05-19 16:18:57-07 return cmd()
  39. 19-05-19 16:18:57-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 190, in __init__
  40. 19-05-19 16:18:57-07 self.at_cmdset_creation()
  41. 19-05-19 16:18:57-07 File ".\commands\cmdsets\standard.py", line 301, in at_cmdset_creation
  42. 19-05-19 16:18:57-07 self.add(staff_commands.CmdGemit())
  43. 19-05-19 16:18:57-07 NameError: global name 'staff_commands' is not defined
  44. 19-05-19 16:18:57-07 Traceback (most recent call last):
  45. 19-05-19 16:18:57-07 File ".\commands\default_cmdsets.py", line 39, in new_func
  46. 19-05-19 16:18:57-07 return func(*args, **kwargs)
  47. 19-05-19 16:18:57-07 File ".\commands\default_cmdsets.py", line 72, in add_standard_cmdsets
  48. 19-05-19 16:18:57-07 self.add(standard.StaffCmdSet)
  49. 19-05-19 16:18:57-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 464, in add
  50. 19-05-19 16:18:57-07 cmd = self._instantiate(cmd)
  51. 19-05-19 16:18:57-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 300, in _instantiate
  52. 19-05-19 16:18:57-07 return cmd()
  53. 19-05-19 16:18:57-07 File "c:\muddev\evennia\evennia\commands\cmdset.py", line 190, in __init__
  54. 19-05-19 16:18:57-07 self.at_cmdset_creation()
  55. 19-05-19 16:18:57-07 File ".\commands\cmdsets\standard.py", line 301, in at_cmdset_creation
  56. 19-05-19 16:18:57-07 self.add(staff_commands.CmdGemit())
  57. 19-05-19 16:18:57-07 NameError: global name 'staff_commands' is not defined
  58. 19-05-19 16:19:02-07 [..] Successfully sent game details to Evennia Game Index.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement