Why am I getting this error when using the "extract_mysql_models.py" script?

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

Reply via email to