Package Details: pytouhou-hg 592-1

Package Base: pytouhou-hg
Description: Libre reimplementation of the Touhou 6 engine.
Upstream URL: http://pytouhou.linkmauve.fr/
Category: games
Licenses: GPL3
Conflicts: pytouhou=592
Provides: pytouhou
Submitter: linkmauve
Maintainer: linkmauve
Last Packager: linkmauve
Votes: 6
First Submitted: 2011-12-20 21:51
Last Updated: 2014-10-16 19:05

Dependencies (11)

Required by (1)

Sources

Latest Comments

Comment by linkmauve

2015-05-23 09:57

Hi test0, I just pushed a fix, you can install it again.

The issue was that the way we specify the menu description wasn’t packaged anymore due to some changes in the setup.py.

Another option if you prefer to run it from the command line is the --no-menu option.

Comment by test0

2015-05-23 07:56

getting this error

Traceback (most recent call last):
File "/usr/lib/python3.4/site-packages/pytouhou/menu.py", line 298, in menu
builder.add_from_file(os.path.join(os.path.dirname(__file__), 'data', 'menu.glade'))
GLib.Error: g-file-error-quark: Failed to open file '/usr/lib/python3.4/site-packages/pytouhou/data/menu.glade': No such file or directory (4)

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/pytouhou", line 58, in <module>
menu(options, args)
File "/usr/lib/python3.4/site-packages/pytouhou/menu.py", line 300, in menu
builder.add_from_file(os.path.join('data', 'menu.glade'))
GLib.Error: g-file-error-quark: Failed to open file 'data/menu.glade': No such file or directory (4)


how to fix this?