FS#22837 - pyNeighborhood missing mainwindow.glade

Attached to Project: Community Packages
Opened by Simon Schneider (schneida) - Thursday, 10 February 2011, 06:58 GMT
Last edited by Ronald van Haren (pressh) - Thursday, 10 February 2011, 19:28 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Ronald van Haren (pressh)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description: Trying to run pyNeighborhood (version 0.5.3-1) results in the following error:

Traceback (most recent call last):
File "/usr/bin/pyNeighborhood", line 28, in <module>
MainWindow()
File "/usr/lib/python2.7/site-packages/pyneighborhood/mainwindow.py", line 269, in __init__
self.xml.add_from_file(sharepath('ui/mainwindow.glade'))
glib.GError: File »/usr/share/pyneighborhood/ui/mainwindow.glade« could not be opened: File or directory not found

I have python2 installed and all other dependencies too. I think is is some kind of packaging error.

Additional info:
* package version: 0.53-1

Steps to reproduce:
Run "pyNeighborhood" from a terminal.
This task depends upon

Closed by  Ronald van Haren (pressh)
Thursday, 10 February 2011, 19:28 GMT
Reason for closing:  Fixed
Additional comments about closing:  0.5.3-2
Comment by Goh Choon Yoong (cygoh) - Thursday, 10 February 2011, 08:56 GMT
Language, icons, desktop and other glade files are also missing.
Refer to the makefile from the source for more details.

pyneighborhood-svn http://aur.archlinux.org/packages.php?ID=23960 has the correct packaging

Loading...