Follow-up Comment #8, bug #23897 (project wesnoth):

data/tools/wesnoth/campaignserver_client.py is supposed to be run with Python
3 since version 1.13.2, and the log excerpt you posted makes it seem like
something in the pipeline is assuming Python 2.

Perhaps adding a /usr/bin/python3 shebang to it would solve the issue? Note
that normally it wouldn't need one since it's not intended to be run on its
own, but rather it's imported by data/tools/wesnoth_addon_manager which does
have the correct shebang.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?23897>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to