← Back to team overview

rapache-devel team mailing list archive

[Bug 240626] Re: rapache does not start

 

Thank you for your report. We had to change rapache's configuration due to packaging tests and forgot to push last fixes in the repo.
I've fixed it now, it should just work again.

** Changed in: rapache
       Status: New => Fix Released

-- 
rapache does not start
https://bugs.launchpad.net/bugs/240626
You received this bug notification because you are a member of Rapache
Developers, which is subscribed to Remote Apache Management tool .

Status in rapache: Fix Released

Bug description:
This is output of terminal
voland@eddie:~/Песочница/rapache-stage0$ ./rapache 

(rapache:8202): libglade-WARNING **: could not find glade file '/usr/share/rapache/Glade/main.glade'
Traceback (most recent call last):
  File "./rapache", line 25, in <module>
    hwg = MainWindow( Configuration )
  File "/home/voland/Песочница/rapache-stage0/RapacheGtk/RapacheGui.py", line 53, in __init__
    self.xml = gtk.glade.XML(self.gladefile)         
RuntimeError: could not create GladeXML object

I have two versions of Glade installed: 2 and 3. Is it a cause of error? Do I heed to copy main.glade here: '/usr/share/rapache/Glade/?  Yesterday I've tried ./rapache and everything was fine. But today I've done bzr branch lp:~rapache-devel/rapache/rapache-stage0 and this error happened.
UPD: I've edited rapache file like this to get things worked:
 Configuration.APPPATH = ""
 Configuration.GLADEPATH = "Glade" 
But I do not know is it right way.



References