Bug 1040587 - [abrt] abrt-2.1.4-1.fc18: DataEvolved.py:20:<module>:ImportError: No module named MySQLdb
Summary: [abrt] abrt-2.1.4-1.fc18: DataEvolved.py:20:<module>:ImportError: No module n...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: abrt
Version: 18
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: abrt
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:ba5009eb5929d26cd61fac45712...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-12-11 16:27 UTC by John Duchek
Modified: 2013-12-11 17:28 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-12-11 17:28:37 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (6.66 KB, text/plain)
2013-12-11 16:27 UTC, John Duchek
no flags Details
File: environ (2.36 KB, text/plain)
2013-12-11 16:27 UTC, John Duchek
no flags Details

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.


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