OK, so I took the code that runs on my development machine and tried
it out on my server. Now, on the server, I get a ticket that I don't
get on my development machine:

2.3.4.5.6.7.8.9.10.11. Traceback (most recent call last):
  File "gluon/restricted.py", line 173, in restricted
  File "D:/web2py/applications/myapp/models/1_tables.py", line 156, in
<module>
  File "gluon/sql.py", line 1252, in define_table
  File "gluon/sql.py", line 1709, in _create
  File "gluon/sql.py", line 1763, in _migrate
  File "gluon/sql.py", line 923, in <lambda>
  File "MySQLdb\cursors.pyc", line 166, in execute
  File "MySQLdb\connections.pyc", line 35, in defaulterrorhandler
OperationalError: (1060, "Duplicate column name 'assignment__tmp'")

1_tables.py is obviously where my tables are defined. Thoughts?

-- 
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