WedgeCoop / IS4C

Integrated Systems for Co-ops
http://is4c.coop
32 stars 17 forks source link

Installation Failure #9

Closed shadowhand closed 13 years ago

shadowhand commented 13 years ago

Running the command python pos/installation/install_server.py results in the following error:

Traceback (most recent call last):
  File "pos/installation/install_server.py", line 40, in <module>
    install_server_db(*user_input)
  File "pos/installation/install_server.py", line 28, in install_server_db
    exec_scripts(connection, 'is4c_op/data/*.insert')
  File "/Volumes/Webserver/Checkout/projects/is4c/pos/installation/installers.py", line 46, in exec_scripts
    exec_script(connection, script_path, absolute=True)
  File "/Volumes/Webserver/Checkout/projects/is4c/pos/installation/installers.py", line 30, in exec_script
    cursor.execute(sql)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/MySQLdb/cursors.py", line 166, in execute
    self.errorhandler(self, exc, value)
  File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/MySQLdb/connections.py", line 35, in defaulterrorhandler
    raise errorclass, errorvalue
_mysql_exceptions.OperationalError: (1136, "Column count doesn't match value count at row 1")

This is on OSX using Python 2.6.

jdpurdyvi commented 13 years ago

This is a duplicate of Issue #7 - https://github.com/WedgeCoop/IS4C/issues/7