Bug 1300322

Summary: [abrt] virt-manager: adapters.py:20:<module>:ImportError: cannot import name select_proxy
Product: [Fedora] Fedora Reporter: Allan Poulsen <apo>
Component: virt-managerAssignee: Cole Robinson <crobinso>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: apo, berrange, crobinso, virt-maint
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/d21576d11830edfa830606132706c07a66b89ce3
Whiteboard: abrt_hash:9e8f60855f4fd56d1b0673747445422af4fe401a;
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-20 15:16:21 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
File: backtrace
none
File: environ none

Description Allan Poulsen 2016-01-20 13:26:25 UTC
Version-Release number of selected component:
virt-manager-1.3.2-1.fc23

Additional info:
reporter:       libreport-2.6.3
cmdline:        /usr/bin/python2 -tt /usr/share/virt-manager/virt-manager
dso_list:       virt-manager-common-1.3.2-1.fc23.noarch
executable:     /usr/share/virt-manager/virt-manager
kernel:         4.3.3-300.fc23.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
#1 <module> in /usr/lib/python2.7/site-packages/requests/adapters.py:20
#2 <module> in /usr/lib/python2.7/site-packages/requests/sessions.py:27
#3 <module> in /usr/lib/python2.7/site-packages/requests/api.py:14
#4 <module> in /usr/lib/python2.7/site-packages/requests/__init__.py:60
#5 <module> in /usr/share/virt-manager/virtinst/urlfetcher.py:27
#6 <module> in /usr/share/virt-manager/virtinst/distroinstaller.py:26
#7 <module> in /usr/share/virt-manager/virtinst/__init__.py:87
#8 <module> in /usr/share/virt-manager/virt-manager:34

Comment 1 Allan Poulsen 2016-01-20 13:26:34 UTC
Created attachment 1116656 [details]
File: backtrace

Comment 2 Allan Poulsen 2016-01-20 13:26:36 UTC
Created attachment 1116657 [details]
File: environ

Comment 3 Cole Robinson 2016-01-20 15:14:11 UTC
What does the output of this command give?

python -c 'import requests; print requests'


If that fails, you probably have a different or stale version of python-requests installed somewhere, probably via pip. Try 'sudo dnf reinstall python-requests'

Comment 4 Allan Poulsen 2016-01-20 15:15:43 UTC
Closed as this failure occurred because of errors in the installed python packages. Somehow the requests package was not cleanly installed.

Comment 5 Allan Poulsen 2016-01-20 15:16:21 UTC
python -c 'import requests; print requests'
<module 'requests' from 'requests/__init__.pyc'>