The script 'extract_mysql_models' provided in the script folder of the src version of web2py is giving the following error.
The original script that was first given in the URL below worked fine. https://groups.google.com/d/topic/web2py/AnJ0iPH0WaI/discussion Given below is the traceback. C:\Documents and Settings\rupeshpradhan\Desktop\scripts>python extract_mysql_models.py rupesh:password@rockvale Traceback (most recent call last): File "extract_mysql_models.py", line 106, in <module> print mysql(m.group(3),m.group(1),m.group(2)) File "extract_mysql_models.py", line 62, in mysql stderr=subprocess.PIPE) File "D:\Python25\lib\subprocess.py", line 594, in __init__ errread, errwrite) File "D:\Python25\lib\subprocess.py", line 822, in _execute_child startupinfo) WindowsError: [Error 2] The system cannot find the file specified

