Bug #50501 Run python workbench script
Submitted: 21 Jan 2010 10:27 Modified: 25 Mar 2010 11:51
Reporter: Taras Taday Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Workbench Severity:S2 (Serious)
Version:5.2.14 beta OS:Linux (ubuntu 9.10)
Assigned to: Alfredo Kojima CPU Architecture:Any
Tags: worckbench python

[21 Jan 2010 10:27] Taras Taday
Description:
It's impossible to run python script file. It's always add ".lua" extension to the end of selected filename.

Example:
Origin file: "/home/.../test.grt.py"

Error in file: cannot open /home/.../test.grt.py.lua: No such file or directory

How to repeat:
1. Scripting -> Run Workbench Script File
2. Select some python script
3. Error in file: cannot open .../test.grt.py.lua: No such file or directory
[15 Feb 2010 23:21] Alfredo Kojima
This has been fixed. The file dialog was appending the default extension (.lua in this case) to all selected files.
[24 Mar 2010 10:17] Johannes Taxacher
fixed in repository
[25 Mar 2010 11:51] Tony Bedford
An entry has been added to the 5.2.17 changelog:

When using the main menu item Scripting, Run Workbench Script File, the dialog appended “.lua” to the selected filename. This resulted in a failure to load the desired file.