Advertisement
Guest User

Untitled

a guest
Apr 14th, 2019
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. 19-04-14 17:25:15-07 [::] Traceback (most recent call last):
  2. 19-04-14 17:25:15-07 [::] File "e:\git repo\evennia\evennia\commands\cmdhandler.py", line 591, in _run_command
  3. 19-04-14 17:25:15-07 [::] ret = cmd.func()
  4. 19-04-14 17:25:15-07 [::] File "e:\git repo\evennia\evennia\commands\default\building.py", line 524, in func
  5. 19-04-14 17:25:15-07 [::] locks=lockstring, report_to=caller)
  6. 19-04-14 17:25:15-07 [::] File "e:\git repo\evennia\evennia\utils\create.py", line 109, in create_object
  7. 19-04-14 17:25:15-07 [::] typeclass = class_from_module(typeclass, settings.TYPECLASS_PATHS)
  8. 19-04-14 17:25:15-07 [::] File "e:\git repo\evennia\evennia\utils\utils.py", line 1477, in class_from_module
  9. 19-04-14 17:25:15-07 [::] raise ImportError(err)
  10. 19-04-14 17:25:15-07 [::] ImportError: Could not load typeclass 'mech.Mech'
  11. 19-04-14 17:25:15-07 [::] Paths searched:
  12. 19-04-14 17:25:15-07 [::] mech.Mech
  13. 19-04-14 17:25:15-07 [::] typeclasses.mech.Mech
  14. 19-04-14 17:25:15-07 [::] evennia.mech.Mech
  15. 19-04-14 17:25:15-07 [::] evennia.contrib.mech.Mech
  16. 19-04-14 17:25:15-07 [::] evennia.contrib.tutorial_examples.mech.Mech
  17. 19-04-14 17:25:15-07 [EE] User input was: '@create/drop The Bigger Mech ; bigmech : mech.Mech'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement