← Back to team overview

rapache-devel team mailing list archive

[Bug 240626] [NEW] rapache does not start

 

Public bug reported:

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.

** Affects: rapache
     Importance: Undecided
         Status: New

** Description changed:

  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.

** Description changed:

  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.
+ 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.

-- 
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: New

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.



Follow ups

References