I get the “attributeerror: ‘int’ object has no attribute ‘append’” error as the title says. How can I fix it so the error goes away? Here is my detail: import pyodbc,nltk,array,re,itertools cnxn = pyodbc.connect('Driver={MySQL ODBC 5.1 Driver};Server=127.0.0.1;Port=3306;Database=information_schema;User=root; ...