Bug 1235003

Summary: [abrt] initial-setup: __main__.py:7:<module>:ImportError: No module named pyanaconda.users
Product: [Fedora] Fedora Reporter: Mike Simms <micsim2007>
Component: initial-setupAssignee: Martin Kolman <mkolman>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: juliux.pigface, leinfeva, mkolman, satellitgo, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/2d33f70dc4731c3fbdfcd6c2b3caba521424e11b
Whiteboard: abrt_hash:01124248441537c272f7fcfac5347d1175f64137
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-26 09:54:05 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: environ none

Description Mike Simms 2015-06-23 17:43:03 UTC
Version-Release number of selected component:
initial-setup-0.3.33-1.fc23

Additional info:
reporter:       libreport-2.6.0
cmdline:        python -m initial_setup
dso_list:       python-libs-2.7.10-2.fc23.x86_64
executable:     /usr/lib/python2.7/site-packages/initial_setup/__main__.py
kernel:         4.1.0-0.rc8.git0.2.fc23.x86_64
runlevel:       unknown
type:           Python
uid:            0

Truncated backtrace:
__main__.py:7:<module>:ImportError: No module named pyanaconda.users

Traceback (most recent call last):
  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/usr/lib/python2.7/site-packages/initial_setup/__main__.py", line 7, in <module>
    from pyanaconda.users import Users
ImportError: No module named pyanaconda.users

Local variables in innermost frame:
logging: <module 'logging' from '/usr/lib64/python2.7/logging/__init__.pyc'>
signal: <module 'signal' (built-in)>
__builtins__: <module '__builtin__' (built-in)>
__file__: '/usr/lib/python2.7/site-packages/initial_setup/__main__.py'
__package__: 'initial_setup'
sys: <module 'sys' (built-in)>
pykickstart: <module 'pykickstart' from '/usr/lib/python2.7/site-packages/pykickstart/__init__.pyc'>
__name__: '__main__'
__loader__: <pkgutil.ImpLoader instance at 0x7f0d62224b00>
os: <module 'os' from '/usr/lib64/python2.7/os.pyc'>
__doc__: None

Comment 1 Mike Simms 2015-06-23 17:43:06 UTC
Created attachment 1042464 [details]
File: backtrace

Comment 2 Mike Simms 2015-06-23 17:43:07 UTC
Created attachment 1042465 [details]
File: environ

Comment 3 Vratislav Podzimek 2015-06-24 07:39:36 UTC
Martin, can you have a look at this? Seems like a combination of python 2 IS and python 3 anaconda.

Comment 4 Martin Kolman 2015-06-24 08:27:11 UTC
(In reply to Vratislav Podzimek from comment #3)
> Martin, can you have a look at this? Seems like a combination of python 2 IS
> and python 3 anaconda.

Sure! :)

Comment 5 Jan Kurik 2015-07-15 13:55:23 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 6 Martin Kolman 2015-11-26 09:54:05 UTC
Should be long fixed.