C:\Python27\Scripts>commcare-export --username AAAA --password XXXXXX --output-format sql --output mysql://root:root@localhost:3306/​myDbName --project my-test-project --query D:​\QueryFile.xlsx Traceback (most recent call last): File "C:\Python27\Scripts\commcare-export-script.py", line 11, in load_entry_point('commcare-export==0.12.4', 'console_scripts', 'commcare-export')() File "c:\python27\lib\site-packages\commcare_export\cli.py", line 197, in entry_point main(sys.argv[1:]) File "c:\python27\lib\site-packages\commcare_export\cli.py", line 83, in main main_with_args(args) File "c:\python27\lib\site-packages\commcare_export\cli.py", line 182, in main_with_args writer.write_table(table) File "c:\python27\lib\site-packages\commcare_export\writers.py", line 385, in write_table self.make_table_compatible(table_name, row_dict) File "c:\python27\lib\site-packages\commcare_export\writers.py", line 322, in make_table_compatible op.create_table(table_name, *get_columns()) File "", line 3, in create_table File "c:\python27\lib\site-packages\alembic\operations\ops.py", line 1098, in create_table return operations.invoke(op) File "c:\python27\lib\site-packages\alembic\operations\base.py", line 318, in invoke return fn(self, operation) File "c:\python27\lib\site-packages\alembic\operations\toimpl.py", line 101, in create_table operations.impl.create_table(table) File "c:\python27\lib\site-packages\alembic\ddl\impl.py", line 194, in create_table self._exec(schema.CreateTable(table)) File "c:\python27\lib\site-packages\alembic\ddl\impl.py", line 118, in _exec return conn.execute(construct, *multiparams, **params) File "c:\python27\lib\site-packages\sqlalchemy\engine\base.py", line 945, in execute return meth(self, multiparams, params) File "c:\python27\lib\site-packages\sqlalchemy\sql\ddl.py", line 68, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) File "c:\python27\lib\site-packages\sqlalchemy\engine\base.py", line 1002, in _execute_ddl compiled File "c:\python27\lib\site-packages\sqlalchemy\engine\base.py", line 1189, in _execute_context context) File "c:\python27\lib\site-packages\sqlalchemy\engine\base.py", line 1393, in _handle_dbapi_exception exc_info File "c:\python27\lib\site-packages\sqlalchemy\util\compat.py", line 202, in raise_from_cause reraise(type(exception), exception, tb=exc_tb, cause=cause) File "c:\python27\lib\site-packages\sqlalchemy\engine\base.py", line 1182, in _execute_context context) File "c:\python27\lib\site-packages\sqlalchemy\engine\default.py", line 462, in do_execute cursor.execute(statement, parameters) File "c:\python27\lib\site-packages\MySQLdb\cursors.py", line 205, in execute self.errorhandler(self, exc, value) File "c:\python27\lib\site-packages\MySQLdb\connections.py", line 36, in defaulterrorhandler raise errorclass, errorvalue sqlalchemy.exc.OperationalError: (_mysql_exceptions.OperationalError) (1050, "Table 'registration' already exists") [SQL: u'\nCREATE TABLE `Registration` (\n\tid VARCHAR(255) NOT NULL, \n\tusername VARCHAR(32), \n\t`form.sevikaname` VARCHAR(32), \n\t`form.awwnumber` VARCHAR(32), \n\tstarted_time VARCHAR(32), \n\treceived_on VARCHAR(32), \n\tcaseid VARCHAR(32), \n\tformid VARCHAR(41), \n\t`form.beatid` VARCHAR(32), \n\tcase_name VARCHAR(32), \n\t`form.coid` VARCHAR(32), \n\tcompleted_time VARCHAR(32), \n\t`form.uniqueid` VARCHAR(32), \n\tPRIMARY KEY (id)\n)\n\n']