Bug 131327 (TB4148ff4c) - TB4148ff4c kudzu.py:10:?:ImportError: - failure on ppc
Summary: TB4148ff4c kudzu.py:10:?:ImportError: - failure on ppc
Keywords:
Status: CLOSED DUPLICATE of bug 130719
Alias: TB4148ff4c
Product: Fedora
Classification: Fedora
Component: kudzu
Version: rawhide
Hardware: powerpc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-08-31 03:01 UTC by Colin Charles
Modified: 2014-03-17 02:47 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-02-21 19:05:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
The dump from s-c-n (7.79 KB, text/plain)
2004-08-31 03:02 UTC, Colin Charles
no flags Details

Description Colin Charles 2004-08-31 03:01:25 UTC
Description of problem: Start system-config-network, and get a failure
immediately with a dump, and the option to debug or exit


Version-Release number of selected component (if applicable):
system-config-network-1.3.19-1

How reproducible:
100%

Steps to Reproduce:
1. Start system-config-network

Actual results:
Watch it crash and provide debug output

Expected results:
I get to configure my network interfaces!

Comment 1 Colin Charles 2004-08-31 03:02:28 UTC
Created attachment 103276 [details]
The dump from s-c-n

Comment 2 Harald Hoyer 2004-08-31 06:52:49 UTC

*** This bug has been marked as a duplicate of 130719 ***

Comment 3 Daniel L. Rall 2005-02-15 23:37:04 UTC
I would love to be able to see bug 130719, but apparently I don't have
the appropriate permission to access it.  I'm getting a similar error
to this from system-config-soundcard, because kudzu.py is installed
for Python 2.3, rather than the 2.4 version I'm running:

$ locate kudzu.py
/usr/lib/python2.3/site-packages/kudzu.py
/usr/lib/python2.3/site-packages/kudzu.pyc
$ python
Python 2.4 (#1, Jan 12 2005, 11:15:47)
[GCC 3.4.3 20050104 (Red Hat 3.4.3-13)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.path
['', '/usr/lib/python24.zip', '/usr/lib/python2.4',
'/usr/lib/python2.4/plat-linux2', '/usr/lib/python2.4/lib-tk',
'/usr/lib/python2.4/lib-dynload', '/usr/lib/python2.4/site-packages',
'/usr/lib/python2.4/site-packages/gtk-2.0']
>>> import kudzu
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
>>> sys.path.append('/usr/lib/python2.3/site-packages/')
>>> import kudzu
>>> 

This is a packaging mis-match between the version of Kudzu that I have
installed (1.1.95-1), and Python 2.4.  I was just able to correct this
by installing kudzu-1.1.107-1.

Comment 4 Bill Nottingham 2005-02-16 06:10:03 UTC
It's not related. Have you installed python from rawhide but not kudzu
from rawhide?

Comment 5 Daniel L. Rall 2005-02-16 07:52:26 UTC
Thanks for the comment, Bill.  That was exactly it -- figured it out
while I was entering my comment, and noted it in the last sentence.

Comment 6 Red Hat Bugzilla 2006-02-21 19:05:23 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.


Note You need to log in before you can comment on or make changes to this bug.