Version-Release number of selected component: dnf-0.4.12-1.fc20 Additional info: reporter: libreport-2.1.11 cmdline: /usr/bin/python /usr/bin/dnf dso_list: python-iniparse-0.4-9.fc20.noarch executable: /usr/bin/dnf kernel: 3.12.8-300.fc20.x86_64 runlevel: N 5 type: Python uid: 1003 Truncated backtrace: #1 <module> in /usr/lib/python2.7/site-packages/iniparse/ini.py:47 #2 <module> in /usr/lib/python2.7/site-packages/iniparse/__init__.py:6 #3 <module> in /usr/lib/python2.7/site-packages/dnf/yum/config.py:28 #4 <module> in /usr/lib/python2.7/site-packages/dnf/base.py:26 #5 <module> in /usr/lib/python2.7/site-packages/dnf/__init__.py:29 #6 <module> in /usr/bin/dnf:34
Created attachment 857419 [details] File: backtrace
Created attachment 857420 [details] File: environ
Anton, did you use fedup to upgrade your Fedora?
No, i'm use fedora upgrade, i read instructions from your wiki
this wiki https://fedoraproject.org/wiki/FedUp ? what does 'rpm -q six' output?
$ rpm -q six package six is not installed
$ rpm -q six six-0.5.3-21.fc20.x86_64 I installed, but problem not fixed
Sorry, it should be 'rpm -q python-six'
$ rpm -q python-six python-six-1.4.1-1.fc20.noarch
weird, maybe the python-iniparer maintainers will know.
weird, something must be broken in your python installation Does this work python -c "from iniparse import INIConfig; cfg=INIConfig();cfg.test.val=1;print cfg.test.val" what about this one. python -c "import six; print six.__version__" try to install pythoon-six: wget http://download.fedoraprojecct.org/fedora/releases/20/Everything/x86_64/os/Packages/p/python-six-1.4.1-1.fc20.noarch.rpm sudo rpm -Uvh --replacepkgs python-six-1.4.1-1.fc20.noarch.rpm
$ wget http://download.fedoraprojecct.org/fedora/releases/20/Everything/x86_64/os/Packages/p/python-six-1.4.1-1.fc20.noarch.rpm --2014-01-31 12:02:40-- http://download.fedoraprojecct.org/fedora/releases/20/Everything/x86_64/os/Packages/p/python-six-1.4.1-1.fc20.noarch.rpm Resolving download.fedoraprojecct.org (download.fedoraprojecct.org)... failed: Name or service not known. wget: unable to resolve host address ‘download.fedoraprojecct.org’ Can i fix it without custom rpm's?
fedoraprojecct ^^^ Try with a single "c".
$ wget http://download.fedoraproject.org/fedora/releases/20/Everything/x86_64/os/Packages/p/python-six-1.4.1-1.fc20.noarch.rpm --2014-01-31 12:35:57-- http://download.fedoraproject.org/fedora/releases/20/Everything/x86_64/os/Packages/p/python-six-1.4.1-1.fc20.noarch.rpm Resolving download.fedoraproject.org (download.fedoraproject.org)... 209.132.181.16, 67.203.2.67, 140.211.169.197, ... Connecting to download.fedoraproject.org (download.fedoraproject.org)|209.132.181.16|:80... connected. HTTP request sent, awaiting response... 404 NOT FOUND 2014-01-31 12:35:58 ERROR 404: NOT FOUND.
*** Bug 1060190 has been marked as a duplicate of this bug. ***
try wget http://mirror.easyspeedy.com/fedora/releases/20/Everything/x86_64/os/Packages/p/python-six-1.4.1-1.fc20.noarch.rpm
needinfo for comment 16.