di direktori 'Lib\site-packages\py_mysql2pgsql-0.1.6-py2.7.egg\mysql2pgsql\lib' edit seperti 76 file postgres_writer.py
dari
elif column['type'] == 'datetime':
untuk
elif column['type'] == 'datetime' or column['type'].startswith('datetime('):
Saya menghadapi masalah yang sama, solusi ini berhasil untuk saya.