Bug 42952

Summary: bindconf fails to run
Product: [Retired] Red Hat Raw Hide Reporter: Need Real Name <svante.signell>
Component: bindconfAssignee: Harald Hoyer <harald>
Status: CLOSED NOTABUG QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.0   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-06-01 10:57:58 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2001-05-30 23:00:13 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.77 [en] (X11; U; Linux 2.4.3-5 i686)

Description of problem:
#root> bindconf
Traceback (innermost last):
  File "/usr/sbin/bindconf-gui", line 28, in ?
    from dnsdata import TestError
ImportError: cannot import name TestError

How reproducible:
Always

Steps to Reproduce:
1.run bindconf
2.
3.
	

Actual Results:  error output as decribed above

Expected Results:  obvious

Additional info:

/usr/bin/bindconf->/usr/sbin/consolehelper (usermode-1.42-1)
This problem has been there for many releases  of bindconf and usermode.

Comment 1 Harald Hoyer 2001-05-31 09:00:29 UTC
may you give the output of:
$ locate dnsdata.py


Comment 2 Need Real Name 2001-06-01 10:35:05 UTC
> locate dnsdata.py
/usr/lib/python1.5/site-packages/dnsdata.pyc
/usr/share/bindconf/dnsdata.py
/usr/share/bindconf/dnsdata.pyc


Comment 3 Need Real Name 2001-06-01 10:57:54 UTC
Problem solved!
The file /usr/lib/python1.5/site-packages/dnsdata.pyc was the cause. All is OK
after removing it.

Comment 4 Harald Hoyer 2001-06-01 11:32:15 UTC
Solution:
# rm -f /usr/lib/python1.5/site-packages/dnsdata.pyc