Bug 1058081
| Summary: | [abrt] mysql-utilities: mysqluc:23:<module>:ImportError: No module named utilities.common.options | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | kamil.piskorz | ||||||
| Component: | mysql-utilities | Assignee: | Remi Collet <fedora> | ||||||
| Status: | CLOSED NOTABUG | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 20 | CC: | fedora | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/2f50e85e1fb09ab39ca8ad031e83604b6b86c11d | ||||||||
| Whiteboard: | abrt_hash:df6f61f18e6568e574ee645b06fe93fbd35c78c8 | ||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2014-01-27 12:58:32 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: |
|
||||||||
Created attachment 855813 [details]
File: backtrace
Created attachment 855814 [details]
File: environ
From your environment: PYTHONPATH=/usr/lib64/mysql-workbench So... of course, it can't find needed stuff. |
Description of problem: after instalation MySQL workbench, I wanted to choose option MySQL Utilities Version-Release number of selected component: mysql-utilities-1.3.6-1.el6 Additional info: reporter: libreport-2.1.10 cmdline: /usr/bin/python /usr/bin/mysqluc -e 'help utilities' executable: /usr/bin/mysqluc kernel: 3.12.6-300.fc20.x86_64 runlevel: N 5 type: Python uid: 0 Truncated backtrace: mysqluc:23:<module>:ImportError: No module named utilities.common.options Traceback (most recent call last): File "/usr/bin/mysqluc", line 23, in <module> from mysql.utilities.common.options import license_callback, UtilitiesParser ImportError: No module named utilities.common.options Local variables in innermost frame: __builtins__: <module '__builtin__' (built-in)> __name__: '__main__' __file__: '/usr/bin/mysqluc' __doc__: '\nThis file contains the mysql utilities client.\n' __package__: None