issues finding gladex.glade in the current dir

Bug #129355 reported by Charles Edward Pax
4
Affects Status Importance Assigned to Milestone
Gladex
Fix Released
Low
Christopher Pax

Bug Description

From question 9890 (https://answers.launchpad.net/gladex/+question/9890) by jguarini (https://answers.launchpad.net/~jguarini):

"""
one note: I had made a couple of changes since for some reason the app
was having issues finding gladex.glade in the current dir

basically I changed the following

gladex.py: self.gladefile =
os.path.abspath(os.curdir)+'/gladex.glade'

from

self.gladefile = os.path.split(__file__)[0]+'/gladex.glade'

did that in a few other files/places as well. If you would like I can
post a diff

-Jeremy
"""

Charles Edward Pax (pax)
description: updated
Revision history for this message
Charles Edward Pax (pax) wrote :

Jeremy, what version are you running? I think this problem may be solved in the 0.2 release series repository. You can get the latest code for that series by typing "bzr checkout http://bazaar.launchpad.net/~gladex/gladex/0.2". If the problem still exists in the latest revision, please attach a diff to this bug and one of us will commit it right away.

I also think this problem is fixed in trunk. The latest code for that can be downloaded by typing by typing "bzr checkout http://bazaar.launchpad.net/~gladex/gladex/0.2". If the problem exists there, a diff would also be welcome.

In any event, we'll make sure the bug is fixed when 0.2.1 comes out and in the next development release 0.3.2 comes out. Thanks

Revision history for this message
Christopher Pax (paxmanchris) wrote :

if you want the latest code you should use:
bzr checkout http://bazaar.launchpad.net/~gladex/gladex/trunk
and not /0.2
please give it a try. the new version is much better.

Revision history for this message
Christopher Pax (paxmanchris) wrote :

I look at the code. and i understand your error.

i would very much like to duplicate it before I use your suggestion.

please give me a step by step process to get to the error.

tell us the version.
how are you running the program, what dir are you running it from.
what are the inputs and what is the output. and put any errors that you get.

Changed in gladex:
status: New → In Progress
Revision history for this message
Christopher Pax (paxmanchris) wrote :

fix the the code on revision 86 in the main dev branch "trunk".

Changed in gladex:
assignee: nobody → paxmanchris
importance: Undecided → Low
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.