[Bug 1229257] Re: assertion failure warnings output, imports old static gobject bindings somewhere

2014-09-08 Thread Harikrishna
** Changed in: python-novaclient (Ubuntu) Assignee: Harikrishna (harikrishna-mallavolu) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/1229257 Title:

[Bug 1229257] Re: assertion failure warnings output, imports old static gobject bindings somewhere

2014-03-26 Thread Harikrishna
Seems like fix was already there in the latest release. Please find the review request. https://review.openstack.org/#/c/58364/ -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu.

[Bug 1229257] Re: assertion failure warnings output, imports old static gobject bindings somewhere

2014-03-24 Thread Harikrishna
** Changed in: python-novaclient (Ubuntu) Assignee: (unassigned) = Harikrishna (harikrishna-mallavolu) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/1229257 Title:

[Bug 1229257] Re: assertion failure warnings output, imports old static gobject bindings somewhere

2013-12-15 Thread Nicholas Hinds
Looks like this was caused by the fix to LP#1116302 (commit 34c8a6bb7ad605b107a6f89b7018284811b5fadf) where the line import gnomekeyring was added. Pulling in the python gnomekeyring bindings pulls in the static gobject bindings, and logs this warning. Commenting out the offending line in

[Bug 1229257] Re: assertion failure warnings output, imports old static gobject bindings somewhere

2013-12-15 Thread Martin Pitt
Indeed, please depend on gir1.2-gnomekeyring-1.0 and use from gi.repository import GnomeKeyring (and port the code which uses it). ** Changed in: python-novaclient (Ubuntu) Status: Confirmed = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1229257] Re: assertion failure warnings output, imports old static gobject bindings somewhere

2013-10-13 Thread Adam Gandelman
** Changed in: python-novaclient (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to python-novaclient in Ubuntu. https://bugs.launchpad.net/bugs/1229257 Title: assertion failure warnings output,

[Bug 1229257] Re: assertion failure warnings output

2013-09-24 Thread Martin Pitt
That usually means that a program is importing both the old static bindings (gobject) as well as the introspection bindings (from gi.repository import ...) You must not do both; also, the static bindings have been deprecated for several years now. An easy way to get a proper stack trace that