| 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: | abrt | Assignee: | abrt <abrt-devel-list> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 18 | CC: | 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
John Duchek
2013-12-11 16:27:40 UTC
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. |