Bug 1040587

Summary: [abrt] abrt-2.1.4-1.fc18: DataEvolved.py:20:<module>:ImportError: No module named MySQLdb
Product: [Fedora] Fedora Reporter: John Duchek <johnduchek>
Component: abrtAssignee: abrt <abrt-devel-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: abrt-devel-list, dvlasenk, iprikryl, jfilak, mmilata, mtoman
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/eb1ee05ec03d1d70849754a9fad1793fd2ba2c66
Whiteboard: abrt_hash:ba5009eb5929d26cd61fac457125e2f7719a8b69
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-11 17:28:37 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 John Duchek 2013-12-11 16:27:40 UTC
Description of problem:
Opened Stani's Python Editor..

Version-Release number of selected component:
abrt-2.1.4-1.fc18

Additional info:
reporter:       libreport-2.1.9
cmdline:        /usr/bin/python -u /usr/libexec/abrt-action-ureport
executable:     /usr/libexec/abrt-action-ureport
kernel:         3.8.11-200.fc18.x86_64
runlevel:       N 5
type:           Python
uid:            1000

Truncated backtrace:
#1 <module> in /home/john/QSTK/qstkutil/DataEvolved.py:20
#2 <module> in /home/john/QSTK/Bin/report.py:17
#3 <module> in /usr/libexec/abrt-action-ureport:12

Potential duplicate: bug 924884

Comment 1 John Duchek 2013-12-11 16:27:45 UTC
Created attachment 835369 [details]
File: backtrace

Comment 2 John Duchek 2013-12-11 16:27:47 UTC
Created attachment 835370 [details]
File: environ

Comment 3 Jakub Filak 2013-12-11 17:28:37 UTC
Thank you for the report. Your PYTHONPATH contains /home/john/QSTK/Bin directory which contains the custom python module named "report" (file report.py) and that custom python module overrides the system's one. Hence whenever you run a system python script which requires the system's report python module you get a crash on a line which tries to import the report module because of a missing dependency of the custom python module.

Closing as NOTABUG as the crash referenced in this report was caused by the interference of the system's and the user's python modules.

@John Duchek:It seems that the project which you have installed in /home/john/QSTK directory does not work at all (because of the missing dependency), so you can delete this directory and remove all its references from your PYTHONPATH.