Mailinglist Archive: opensuse-bugs (7528 mails)
| < Previous | Next > |
[Bug 413895] New: Missing "addResolvables" symbol in python-zypp ( package libzypp-bindings)
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Aug 2008 05:42:18 -0600 (MDT)
- Message-id: <bug-413895-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=413895
User prusnak@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=413895#c391831
Summary: Missing "addResolvables" symbol in python-zypp (package
libzypp-bindings)
Product: openSUSE 11.1
Version: Factory
Platform: All
OS/Version: All
Status: NEW
Severity: Critical
Priority: P5 - None
Component: libzypp
AssignedTo: ma@xxxxxxxxxx
ReportedBy: prusnak@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Development
After fixing bug#391831 i was finally able to import zypp module into python.
When I try to run examples from examples/python directory I encounter this
error:
$ ./list_resolvables.py
Traceback (most recent call last):
File "./list_resolvables.py", line 7, in <module>
Z.addResolvables( Z.target().resolvables(), True );
File "/usr/lib64/python2.5/site-packages/zypp.py", line 2267, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, ZYpp_Ptr, name)
File "/usr/lib64/python2.5/site-packages/zypp.py", line 34, in _swig_getattr
raise AttributeError,name
AttributeError: addResolvables
It seems that this symbol is somehow not exported.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User prusnak@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=413895#c391831
Summary: Missing "addResolvables" symbol in python-zypp (package
libzypp-bindings)
Product: openSUSE 11.1
Version: Factory
Platform: All
OS/Version: All
Status: NEW
Severity: Critical
Priority: P5 - None
Component: libzypp
AssignedTo: ma@xxxxxxxxxx
ReportedBy: prusnak@xxxxxxxxxx
QAContact: qa@xxxxxxx
Found By: Development
After fixing bug#391831 i was finally able to import zypp module into python.
When I try to run examples from examples/python directory I encounter this
error:
$ ./list_resolvables.py
Traceback (most recent call last):
File "./list_resolvables.py", line 7, in <module>
Z.addResolvables( Z.target().resolvables(), True );
File "/usr/lib64/python2.5/site-packages/zypp.py", line 2267, in <lambda>
__getattr__ = lambda self, name: _swig_getattr(self, ZYpp_Ptr, name)
File "/usr/lib64/python2.5/site-packages/zypp.py", line 34, in _swig_getattr
raise AttributeError,name
AttributeError: addResolvables
It seems that this symbol is somehow not exported.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |