Help running the source build
Hey guys,
I downloaded the source code by cloning the repo on to my new linux mint machine, and when I try and run tuxemon.py I get this:
luke@Ryan-Z-Ripper:~/projects/Tuxemon$ python tuxemon.py
pygame 1.9.4
Hello from the pygame community. https://www.pygame.org/contribute.html
Enabling logging of all modules.
2019-03-17 22:02:35,070 - tuxemon.core.components.rumble - ERROR - No rumble backends available.
Traceback (most recent call last):
File "tuxemon.py", line 50, in <module>
tuxemon.core.main.main(load_slot=args.slot)
File "/home/luke/projects/Tuxemon/tuxemon/core/main.py", line 59, in main
new_player = Player(prepare.CONFIG.player_npc)
File "/home/luke/projects/Tuxemon/tuxemon/core/components/player.py", line 47, in __init__
super(Player, self).__init__(npc_slug)
File "/home/luke/projects/Tuxemon/tuxemon/core/components/npc.py", line 157, in __init__
self.load_sprites()
File "/home/luke/projects/Tuxemon/tuxemon/core/components/npc.py", line 227, in load_sprites
frame_duration) for num in range(4)]
TypeError: rjust() argument 2 must be char, not unicode
luke@Ryan-Z-Ripper:~/projects/Tuxemon$
I installed all the prerequisite packages (except "python-imaging" which seems to no longer exist) and I feel like i've tried everything. What am I doing wrong?
--Luke
By lukejodonnell 18 Mar 2019 02:19
Member · 11 comments