Re: [web2py] extract_mysql_models.py

2011-02-26 Thread Vasile Ermicioi
please read the comments from the script Under Windows you will probably need to add the mysql executable directory > to the PATH variable, > you will also need to modify mysql to mysql.exe and mysqldump to > mysqldump.exe below. > Just guessing here :)

Re: [web2py] extract_mysql_models.py

2011-02-26 Thread Rupesh Pradhan
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

Re: [web2py] extract_mysql_models.py

2011-02-26 Thread Vasile Ermicioi
This plugin needs: mysql mysqldump installed and globally available. usage extract_mysql_models.py username:password@data_basename

[web2py] extract_mysql_models.py

2011-02-26 Thread stargate
how would I use extract_mysql_models.py to extract a existing mysql database

[web2py] extract_mysql_models.py is throwing an error

2011-02-17 Thread Rupesh Pradhan
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:\Do