Comment 1 for bug 40177

Revision history for this message
In , Patrick K. O'Brien (pobrien) wrote :

C:\Code\Kiwi-svn\trunk\examples\framework\hey>python heyglade.py

C:\Code\Kiwi-svn\trunk\examples\framework\hey>cd ..

C:\Code\Kiwi-svn\trunk\examples\framework>python hey\heyglade.py
Traceback (most recent call last):
  File "hey\heyglade.py", line 7, in ?
    app = BaseView(gladefile="hey", delete_handler=quit_if_last)
  File "C:\Code\Kiwi-svn\trunk\tests\..\kiwi\ui\views.py", line 805, in __init__
    toplevel_name, domain)
  File "C:\Code\Kiwi-svn\trunk\tests\..\kiwi\ui\views.py", line 261, in __init__
    self._glade_adaptor = self.get_glade_adaptor()
  File "C:\Code\Kiwi-svn\trunk\tests\..\kiwi\ui\views.py", line 824, in get_glade_adaptor
    self.gladename)
  File "C:\Code\Kiwi-svn\trunk\kiwi\ui\gazpacholoader.py", line 71, in __init__
    self._gladefile = environ.find_resource("glade", filename + ".glade")
  File "C:\Code\Kiwi-svn\trunk\kiwi\environ.py", line 103, in find_resource
    raise EnvironmentError("Could not find %s resource: %s" % (
EnvironmentError: Could not find glade resource: hey.glade