Package Details: tuxemon-git 0.4.33.r47.gee807080-1

Git Clone URL: https://aur.archlinux.org/tuxemon-git.git (read-only, click to copy)
Package Base: tuxemon-git
Description: A free, open source monster-fighting RPG.
Upstream URL: http://www.tuxemon.org
Licenses: GPL3
Groups: games
Conflicts: tuxemon
Provides: tuxemon
Submitter: zufallsheld
Maintainer: None
Last Packager: morguldir
Votes: 6
Popularity: 0.001641
First Submitted: 2015-08-11 18:38 (UTC)
Last Updated: 2022-01-19 21:16 (UTC)

Latest Comments

« First ‹ Previous 1 2

MCMic commented on 2016-06-06 08:37 (UTC)

You should provide a binary in /usr/bin so that we can launch the game with «tuxemon» You could also generate a desktop file with gendesk. I can’t launch the game: python main.py /usr/share/tuxemon/core/platform/__init__.py:22: SyntaxWarning: name '_pygame' is assigned to before global declaration global _pygame Traceback (most recent call last): File "main.py", line 38, in <module> main() File "/usr/share/tuxemon/core/main.py", line 54, in main from .control import PygameControl File "/usr/share/tuxemon/core/control.py", line 10, in <module> from .components import controller File "/usr/share/tuxemon/core/components/controller.py", line 35, in <module> from core import tools File "/usr/share/tuxemon/core/tools.py", line 38, in <module> import core.components.sprite File "/usr/share/tuxemon/core/components/sprite.py", line 269 print sprite, sprite.rect ^ SyntaxError: Missing parentheses in call to 'print' python2 main.py /usr/share/tuxemon/core/platform/__init__.py:22: SyntaxWarning: name '_pygame' is assigned to before global declaration global _pygame No handlers could be found for logger "core.components.rumble" No module named pytmx.util_pygame world failed to load or is not a valid game package Traceback (most recent call last): File "main.py", line 38, in <module> main() File "/usr/share/tuxemon/core/main.py", line 58, in main control.auto_state_discovery() File "/usr/share/tuxemon/core/state.py", line 260, in auto_state_discovery for state in self.collect_states_from_path(folder): File "/usr/share/tuxemon/core/state.py", line 297, in collect_states_from_path import_module(import_name) File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module __import__(name) File "/usr/share/tuxemon/core/states/world/__init__.py", line 2, in <module> from .worldstate import WorldState File "/usr/share/tuxemon/core/states/world/worldstate.py", line 43, in <module> from core.components import map File "/usr/share/tuxemon/core/components/map.py", line 44, in <module> from pytmx.util_pygame import load_pygame ImportError: No module named pytmx.util_pygame

ahjolinna commented on 2015-12-27 05:14 (UTC)

there is now support for python3

Azul commented on 2015-08-20 08:02 (UTC)

Yep that's what it was. I was dumb and didn't realize it was python 2.7

zufallsheld commented on 2015-08-19 04:48 (UTC)

You have to use python2 to start the game, e.g.: python2 main.py

Azul commented on 2015-08-18 23:57 (UTC)

When I do this after I CD into /usr/share/Tuxemon sudo python /usr/share/Tuxemon/tuxemon.py it gives me Traceback (most recent call last): File "/usr/share/Tuxemon/tuxemon.py", line 44, in <module> import pygame ImportError: No module named 'pygame'

zufallsheld commented on 2015-08-18 18:58 (UTC)

What's the error message, azul?

Azul commented on 2015-08-18 18:33 (UTC)

I can't seem to get it to work. Tried running tuxemon in the command line and going under/usr/share and running tuxemon.py from there but it's still not working. How did you get it working?