Bug 1300322 - [abrt] virt-manager: adapters.py:20:<module>:ImportError: cannot import name select_proxy
Summary: [abrt] virt-manager: adapters.py:20:<module>:ImportError: cannot import name ...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: virt-manager
Version: 23
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Cole Robinson
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:9e8f60855f4fd56d1b067374744...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-01-20 13:26 UTC by Allan Poulsen
Modified: 2016-01-20 15:16 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-01-20 15:16:21 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (7.65 KB, text/plain)
2016-01-20 13:26 UTC, Allan Poulsen
no flags Details
File: environ (2.48 KB, text/plain)
2016-01-20 13:26 UTC, Allan Poulsen
no flags Details

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'>


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