Comment 1 for bug 191280

Revision history for this message
Andrew Fuchs (fuchs.andy) wrote : Re: application launches an empty grey box

same here, clicking on a spot near the middle of the box brings up a menu with 'i386' on it (probably a drop down box for architectures). Clicking around the lower right hand corner of the window, makes the window disappear and the following error message appear:

/usr/lib/python2.5/site-packages/apt/__init__.py:18: FutureWarning: apt API not stable yet
  warnings.warn("apt API not stable yet", FutureWarning)
['chips', 'vga', 'apm', 'sis', 'nv', 'via', 'atimisc', 'tfp410', 'cirrus', 'ivch', 'newport', 'ch7xxx', 'ark', 'i740', 'ztv', 'trident', 'imstt', 'fbdev', 'nsc', 'v4l', 'neomagic', 'savage', 'sisusb', 'glint', 'intel', 'i128', 'voodoo', 'psb', 'rendition', 'sil164', 'vmware', 'cirrus_laguna', 'tdfx', 'ati', 'siliconmotion', 'tga', 'vesa', 'amd', 'r128', 'libmm', 'cyrix', 'dummy', 's3virge', 'cirrus_alpine', 'i810', 'ch7017', 's3', 'mga', 'radeon', 'tseng']
Traceback (most recent call last):
  File "/usr/bin/ltsp-manager", line 70, in <lambda>
    select_ok.connect("clicked", lambda w: self.show_mainwin('/opt/ltsp/'+combo.get_active_text()))
  File "/usr/bin/ltsp-manager", line 48, in show_mainwin
    self.initialize()
  File "/usr/bin/ltsp-manager", line 41, in initialize
    self.get_videodrivers()
  File "/usr/bin/ltsp-manager", line 235, in get_videodrivers
    for item in ltsp.dictionary.videodrivers(self.root):
TypeError: 'NoneType' object is not iterable