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.
Search Criteria
Package Details: pytouhou-hg 592-1
Package Actions
| Package Base: | pytouhou-hg |
|---|---|
| Description: | Libre reimplementation of the Touhou 6 engine. |
| Upstream URL: | http://pytouhou.linkmauve.fr/ |
| Category: | games |
| Licenses: | |
| Conflicts: | |
| Provides: | |
| 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)
- libepoxy
- libgl
- python
- sdl2
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- cython (make)
- mercurial (make)
- gtk3 (optional) – for the optional main menu
- th06-demo-pytouhou (optional) – the freeware demo of EoSD.
Required by (1)
Sources
Latest Comments
Comment by linkmauve
Comment by test0
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?