bugzilla-daemon | 21 Aug 2009 07:05
Picon

[Bug 4055] New: Glade3 Plugin Installation

http://bugs.async.com.br/show_bug.cgi?id=4055

           Summary: Glade3 Plugin Installation
           Product: Kiwi
           Version: SVN trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: (unset)
         Component: Widgets
        AssignedTo: jdahlin <at> async.com.br
        ReportedBy: basil.shubin <at> gmail.com
         QAContact: kiwi <at> async.com.br
   Estimated Hours: 0.0

Trying to install glade3-plugin from SVN trunk and got this:

bashu <at> bashu-laptop:~/Downloads/kiwi/glade3-plugin$ sudo python setup.py install
running install
running bdist_egg
running egg_info
writing UNKNOWN.egg-info/PKG-INFO
writing top-level names to UNKNOWN.egg-info/top_level.txt
writing dependency_links to UNKNOWN.egg-info/dependency_links.txt
writing manifest file 'UNKNOWN.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-i686/egg
running install_lib
warning: InstallLib: 'build/lib.linux-i686-2.6' does not exist -- no Python
modules to install
(Continue reading)

bugzilla-daemon | 21 Aug 2009 08:09
Picon

[Bug 4055] Glade3 Plugin Installation

http://bugs.async.com.br/show_bug.cgi?id=4055

--- Comment #1 from Basil Shubin <basil.shubin <at> gmail.com>  2009-08-21 03:09:29 BRT ---
Almost forgot:

OS: Ubuntu 9.04
Python 2.6.2
Glade 3.6.3
Kiwi 1.9.26

--

-- 
Configure bugmail: http://bugs.async.com.br/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Basil Shubin | 21 Aug 2009 16:39
Picon
Gravatar

glib.GError: Invalid object type `ProxyLabel'

Hi,

Got this error:

Traceback (most recent call last):
  File "/home/bashu/workspace/bbcalc/bin/bbcalc", line 55, in <module>
    sys.exit(main.main((sys.argv)))
  File "/home/bashu/workspace/bbcalc/bbcalc/main.py", line 73, in main
    delegate = MainWindow()
  File "/home/bashu/workspace/bbcalc/bbcalc/main.py", line 18, in __init__
    self._create_calculators()
  File "/home/bashu/workspace/bbcalc/bbcalc/main.py", line 31, in
_create_calculators
    onerep_max_calc = onerepmax.OneRepMax()
  File "/home/bashu/workspace/bbcalc/bbcalc/gui/calculators/onerepmax.py",
line 101, in __init__
    BaseClass.__init__(self)
  File "/home/bashu/workspace/bbcalc/bbcalc/gui/calculators/onerepmax.py",
line 45, in __init__
    ProxySlaveDelegate.__init__(self, self.model)
  File "/var/lib/python-support/python2.6/kiwi/ui/delegates.py", line
175, in __init__
    domain, keyactions)
  File "/var/lib/python-support/python2.6/kiwi/ui/delegates.py", line
110, in __init__
    domain=domain)
  File "/var/lib/python-support/python2.6/kiwi/ui/views.py", line 242,
in __init__
    self._glade_adaptor = self.get_glade_adaptor()
  File "/var/lib/python-support/python2.6/kiwi/ui/views.py", line 292,
(Continue reading)


Gmane