Hide Forgot
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
Created attachment 835369 [details] File: backtrace
Created attachment 835370 [details] File: environ
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.