Advertisement
Guest User

Untitled

a guest
Mar 31st, 2018
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. Create a superuser below. The superuser is Account #1, the 'owner' account of the server.
  2.  
  3. Username: admin
  4. Email address: advent@magic.com
  5. Password:
  6. Password (again):
  7. Superuser created successfully.
  8. Traceback (most recent call last):
  9. File "/root/test/pyenv/bin/evennia", line 6, in <module>
  10. exec(compile(open(__file__).read(), __file__, 'exec'))
  11. File "/root/test/evennia/bin/unix/evennia", line 10, in <module>
  12. main()
  13. File "/root/test/evennia/evennia/server/evennia_launcher.py", line 1307, in main
  14. server_operation(option, service, args.interactive, args.profiler, args.logserver, doexit=args.doexit)
  15. File "/root/test/evennia/evennia/server/evennia_launcher.py", line 1091, in server_operation
  16. error_check_python_modules()
  17. File "/root/test/evennia/evennia/server/evennia_launcher.py", line 819, in error_check_python_modules
  18. _imp(settings.BASE_ACCOUNT_TYPECLASS)
  19. File "/root/test/evennia/evennia/server/evennia_launcher.py", line 792, in _imp
  20. __import__(mod, fromlist=[fromlist])
  21. ImportError: No module named accounts
  22. (pyenv) root@localhost:~/test/arcana#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement