Bug #70694 MYSQLFABRIC IS NOT EXECUTABLE ON WINDOWS
Submitted: 23 Oct 2013 6:28 Modified: 19 Dec 2013 11:31
Reporter: Alfranio Tavares Correia Junior Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Fabric Severity:S3 (Non-critical)
Version:1.4.0 OS:Windows
Assigned to: Alfranio Tavares Correia Junior CPU Architecture:Any
Tags: Execution

[23 Oct 2013 6:28] Alfranio Tavares Correia Junior
Description:
On windows, "myysqlfabric" is copied to a script folder but cannot be 
directly executed because an executable file must have an extension
such as *.exe, *.bat, *.py, etc.

This problem obliges users to use fabric as follows: 

python c:\python27\scripts\mysqlfabric 

This may be a little bit inconvenient and is not very intuitive.

How to repeat:
Install Fabric and check the script folder which is usually 
"c:\Pythonx\Scripts".

Suggested fix:
On Windows, add the "py" extension to the script.