Mailinglist Archive: opensuse-bugs (7763 mails)
| < Previous | Next > |
[Bug 225388] New: python-gnome-extras: gksu module is useless
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 1 Dec 2006 10:02:41 -0700 (MST)
- Message-id: <bug-225388-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=225388
Summary: python-gnome-extras: gksu module is useless
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: andreas.hanke@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
# python -c "import gksu"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/gtk-2.0/gksu/__init__.py", line 1, in
<module>
from _gksu import *
ImportError: No module named _gksu
This is caused by a Makefile.am bug which causes __init__.py to be installed
even if the actual module (_gksu) has been disabled (and in this case, you want
to remove and not enable it).
Solution:
rm -rf $RPM_BUILD_ROOT/%{py_sitedir}/gtk-2.0/gksu
--
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, or are watching someone who is.
Summary: python-gnome-extras: gksu module is useless
Product: openSUSE 10.3
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: Minor
Priority: P5 - None
Component: GNOME
AssignedTo: bnc-team-gnome@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: andreas.hanke@xxxxxxxxxxxxxx
QAContact: qa@xxxxxxx
# python -c "import gksu"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python2.5/site-packages/gtk-2.0/gksu/__init__.py", line 1, in
<module>
from _gksu import *
ImportError: No module named _gksu
This is caused by a Makefile.am bug which causes __init__.py to be installed
even if the actual module (_gksu) has been disabled (and in this case, you want
to remove and not enable it).
Solution:
rm -rf $RPM_BUILD_ROOT/%{py_sitedir}/gtk-2.0/gksu
--
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, or are watching someone who is.
| < Previous | Next > |