Skip to content

Instantly share code, notes, and snippets.

@abhishekmukherg
Created April 1, 2010 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhishekmukherg/352027 to your computer and use it in GitHub Desktop.
Save abhishekmukherg/352027 to your computer and use it in GitHub Desktop.
-% ./run-pida.py
/home/papag/Packages/pida-main/pida/resources/data/gtkrc-2.0:5: Unable to locate image file in pixmap_path: "terminal.png"
12:42:55 builderloader Widget GtkWindow was not found in glade widget tree.
12:42:55 builderloader Widget ObjectList was not found in glade widget tree.
12:42:55 builderloader Widget GtkVBox was not found in glade widget tree.
Traceback (most recent call last):
File "/home/papag/Packages/pida-main/pida/core/application.py", line 92, in run_pida
start_success = b.start()
File "/home/papag/Packages/pida-main/pida/core/boss.py", line 56, in start
self._sm.activate_services()
File "/home/papag/Packages/pida-main/pida/core/servicemanager.py", line 147, in activate_services
self._pre_start_services()
File "/home/papag/Packages/pida-main/pida/core/servicemanager.py", line 241, in _pre_start_services
svc.pre_start()
File "/home/papag/Packages/pida-main/pida/services/buffer/buffer.py", line 416, in pre_start
self._view = BufferListView(self)
File "/home/papag/Packages/pida-main/pida/ui/views.py", line 137, in __init__
GladeSlaveDelegate.__init__(self, *args, **kw)
File "/home/papag/Packages/pida-main/externals/kiwi/ui/delegates.py", line 111, in __init__
BaseController.__init__(self, view=self, keyactions=keyactions)
File "/home/papag/Packages/pida-main/externals/kiwi/controllers.py", line 64, in __init__
self.view._attach_callbacks(self)
File "/home/papag/Packages/pida-main/externals/kiwi/ui/views.py", line 489, in _attach_callbacks
self._broker = brokerclass(self, controller)
File "/home/papag/Packages/pida-main/externals/kiwi/ui/views.py", line 87, in __init__
self._do_connections(view, methods)
File "/home/papag/Packages/pida-main/externals/kiwi/ui/views.py", line 164, in _do_connections
super(GladeSignalBroker, self)._do_connections(view, methods)
File "/home/papag/Packages/pida-main/externals/kiwi/ui/views.py", line 91, in _do_connections
self._autoconnect_by_method_name(view, methods)
File "/home/papag/Packages/pida-main/externals/kiwi/ui/views.py", line 119, in _autoconnect_by_method_name
% (w_name, view))
AttributeError: couldn't find widget buffers_ol in <BufferListView object at 0xa8b266c (kiwi+ui+views+SlaveView at 0xa8eeda0)>
-% ./run-pida.py
Traceback (most recent call last):
File "/home/papag/Packages/pida-main/pida/core/application.py", line 84, in run_pida
b.start() # might raise runtime error
File "/home/papag/Packages/pida-main/pida/core/boss.py", line 77, in start
self._sm.activate_services()
File "/home/papag/Packages/pida-main/pida/core/servicemanager.py", line 148, in activate_services
self._pre_start_services()
File "/home/papag/Packages/pida-main/pida/core/servicemanager.py", line 242, in _pre_start_services
svc.pre_start()
File "/home/papag/Packages/pida-main/pida/services/buffer/buffer.py", line 421, in pre_start
self._view = BufferListView(self)
File "/home/papag/Packages/pida-main/pida/ui/views.py", line 56, in __init__
super(PidaView, self).__init__()
File "/home/papag/Packages/pida-main/externals/pygtkhelpers/delegates.py", line 84, in __init__
self.create_ui()
File "/home/papag/Packages/pida-main/pida/services/buffer/buffer.py", line 52, in create_ui
self.buffers_ol.set_columns([
AttributeError: 'BufferListView' object has no attribute 'buffers_ol'
startup breakdown
Exiting. (this is fatal)
@uadev
Copy link

uadev commented Jun 9, 2010

Have this problem too on Ubuntu 10.04

@nenemfromhell
Copy link

Too in Arch Linux

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment