On Jul 21, 11:20 pm, mdipierro <[email protected]> wrote:
> I do cannot try this right now. Can somebody confirm this?

Confirmed. MySQL-5.1.36 with MySQL-python-1.2.2.win32 on Python-2.5.4
on Windows XP

Traceback (most recent call last):
  File "C:\Bin\web2py\gluon\restricted.py", line 178, in restricted
    exec ccode in environment
  File "C:/Bin/web2py/applications/openid/models/db.py", line 8, in
<module>
    SQLField('field', 'string'),
  File "C:\Bin\web2py\gluon\sql.py", line 1007, in define_table
    query = t._create(migrate=migrate)
  File "C:\Bin\web2py\gluon\sql.py", line 1372, in _create
    sql_fields_aux, logfile)
  File "C:\Bin\web2py\gluon\sql.py", line 1420, in _migrate
    self._db._execute(sub_query)
  File "C:\Bin\web2py\gluon\sql.py", line 739, in <lambda>
    self._execute = lambda *a, **b: self._cursor.execute(*a, **b)
  File "c:\bin\python25\lib\site-packages\MySQLdb\cursors.py", line
166, in execute
    self.errorhandler(self, exc, value)
  File "c:\bin\python25\lib\site-packages\MySQLdb\connections.py",
line 35, in defaulterrorhandler
    raise errorclass, errorvalue
OperationalError: (1025, "Error on rename of '.\\db\\#sql-198_4' to '.\
\db\\testing4' (errno: 150)")

F
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to