Bug 918753

Summary: [abrt] hplip-3.12.11-1.fc18: smart_install.py:141:get_SmartInstall_tool_info:AttributeError: 'module' object has no attribute 'check_network_connection'
Product: [Fedora] Fedora Reporter: Dmitry M <haildmitry>
Component: hplipAssignee: Tim Waugh <twaugh>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: jpopelka, twaugh
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Unspecified   
Whiteboard: abrt_hash:c2e6fd5df6222213d0f01f58e8b57c942a22ead6
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-03-07 17:50:52 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:
Attachments:
Description Flags
File: backtrace
none
File: core_backtrace
none
File: environ none

Description Dmitry M 2013-03-06 19:39:12 UTC
Version-Release number of selected component:
hplip-3.12.11-1.fc18

Additional info:
cmdline:        /usr/bin/python /usr/bin/hp-setup
executable:     /usr/bin/hp-setup
kernel:         3.8.1-201.fc18.i686.PAE
uid:            0

Truncated backtrace:
smart_install.py:141:get_SmartInstall_tool_info:AttributeError: 'module' object has no attribute 'check_network_connection'

Traceback (most recent call last):
  File "/usr/share/hplip/ui4/setupdialog.py", line 1211, in NextButton_clicked
    self.showDevicesPage()
  File "/usr/share/hplip/ui4/setupdialog.py", line 552, in showDevicesPage
    smart_install.disable(GUI_MODE, 'qt4')
  File "/usr/share/hplip/base/smart_install.py", line 205, in disable
    url, file_name = get_SmartInstall_tool_info()
  File "/usr/share/hplip/base/smart_install.py", line 141, in get_SmartInstall_tool_info
    if not utils.check_network_connection():
AttributeError: 'module' object has no attribute 'check_network_connection'

Local variables in innermost frame:
url: ''
file_name: ''

Comment 1 Dmitry M 2013-03-06 19:39:15 UTC
Created attachment 706220 [details]
File: backtrace

Comment 2 Dmitry M 2013-03-06 19:39:17 UTC
Created attachment 706221 [details]
File: core_backtrace

Comment 3 Dmitry M 2013-03-06 19:39:20 UTC
Created attachment 706222 [details]
File: environ

Comment 4 Jiri Popelka 2013-03-07 15:55:41 UTC
What does the following command show ?
su -c "rpm -V hplip"

Comment 5 Dmitry M 2013-03-07 17:46:25 UTC
su -c "rpm -V hplip" show nothing now.
This situation happened once and i have reinstall hplip package after that.
This bug no longer occurs.

Comment 6 Dmitry M 2013-03-07 17:50:52 UTC
Jiri Popelka, thanks.