| Bug #75376 | error in phyton script with opening "Export data" window.... | ||
|---|---|---|---|
| Submitted: | 1 Jan 2015 11:17 | Modified: | 2 Jan 2015 9:46 |
| Reporter: | André verwijs | Email Updates: | |
| Status: | Can't repeat | Impact on me: | |
| Category: | MySQL Workbench: Administration | Severity: | S2 (Serious) |
| Version: | 6.1.7 r11891 b1788 | OS: | Linux (openSUSE 20141230 (Tumbleweed) (x86_64)) |
| Assigned to: | CPU Architecture: | Any | |
| Tags: | error, export data, phyton | ||
[1 Jan 2015 11:19]
André verwijs
wb.log file
Attachment: wb.log.txt (text/plain), 5.69 KiB.
[1 Jan 2015 11:33]
André verwijs
File added: "wb-root.log.txt", run workbench as root....
Attachment: wb-root.log.txt (text/plain), 4.88 KiB.
[1 Jan 2015 14:43]
MySQL Verification Team
Hello André, Thank you for the report. Please note that version 6.1.7 is old and many bugs were fixed since. Please upgrade to current version 6.2.4, try with it and inform us if problem still exists. You can download latest WB version from - http://dev.mysql.com/downloads/workbench/ Thanks, Umesh
[1 Jan 2015 16:53]
André verwijs
No package for OpenSUSE Available, trying Red hat, Oracle Linux....
[1 Jan 2015 17:35]
André verwijs
downloaded: "Red Hat Enterprise Linux 7 / Oracle Linux 7 (x86, 64-bit)" version http://dev.mysql.com/get/Downloads/MySQLGUITools/mysql-workbench-community-6.2.4-1.el7.x86... ony needed "libpng15-15-1.5.13-3.5.1.x86_64.rpm" witch i found here: ftp://rpmfind.net/linux/opensuse/update/12.3/x86_64/libpng15-15-1.5.13-3.5.1.x86_64.rpm ..
[2 Jan 2015 7:46]
MySQL Verification Team
Is this problem still exists with 6.2.4? Please let us know. Thanks, Umesh
[2 Jan 2015 8:44]
André verwijs
no, 6.2.4 works very well :) should be updated on all opensuse mirrors .... thank you
[2 Jan 2015 9:46]
MySQL Verification Team
Thank you for confirming. Fixed in latest build as per last note. Thanks, Umesh

Description: SYSTEM INFO: MySQL Workbench Community (GPL) for Linux/Unix version 6.1.7 revision 11891 build 1788 Configuration Directory: /home/verwijs/.mysql/workbench Data Directory: /usr/share/mysql-workbench Cairo Version: 1.14.0 OS: Linux 3.18.1-1-desktop Distribution: openSUSE 20141230 (Tumbleweed) (x86_64) CPU: 2x Intel(R) Core(TM)2 CPU 6700 @ 2.66GHz (1596.000MHz) - 5,77GiB RAM -- when i open "Export data" window i'll get an error in phyton script... --- 11:52:11 [ERR][wb_admin_main.py:tab_changed:202]: Unhandled exception in Admin for <wb_admin_export.WbAdminExport; proxy of <Swig Object of type 'mforms::Box *' at 0x7f8173051db0> >: Traceback (most recent call last): File "/usr/lib64/mysql-workbench/modules/wb_admin_main.py", line 199, in tab_changed panel.page_activated() File "/usr/lib64/mysql-workbench/modules/wb_admin_export.py", line 2106, in page_activated self.create_ui() File "/usr/lib64/mysql-workbench/modules/wb_admin_export.py", line 2168, in create_ui self.recall_options() File "/usr/lib64/mysql-workbench/modules/wb_admin_export.py", line 2217, in recall_options self.export_tab.single_transaction_check.set_active(dic["wb.admin.export:singleTransaction"]) File "/usr/lib64/mysql-workbench/modules/mforms.py", line 623, in set_active def set_active(self, *args): return _mforms.CheckBox_set_active(self, *args) TypeError: in method 'CheckBox_set_active', argument 2 of type 'bool' -- i'll add full log file as attachment... How to repeat: - open MySQL Workbench (as normal user) - open Export data window Suggested fix: ?