<div dir="ltr"><div><div><div>Hi,<br><br></div>Has anyone used the mysql.connector program for python3.4?  I think it&#39;s choking on a database error or something.  I&#39;m not sure if that&#39;s the problem.  But I&#39;ve got a unittest program that testing another module that&#39;s supposed to take three test emails and parse/load them into a mysql database, and then test whether they were loaded correctly into the database.  I actually copied them from the lesson text, so they&#39;re SUPPOSED to work, but the test program does not terminate normally.  It hangs.  It stops cold.  It hangs right where it would drop a table from the database before doing the 2nd unittest.method.  (the first unittest passed.)  I don&#39;t think it&#39;s a logic or syntax error.  Python itself would have caught most of that I think.  When I ^C out of it, the Traceback points to the network.py module in the mysql.connector source code.  Makes me wonder whether there might be an actual bug in the connector code?  <br><br></div>But the program just stops.  What would cause that?<br><br></div><div>Thanks!<br></div><div>Dave<br></div><div><br></div>PS.  It&#39;s not a permissions error I&#39;m almost completely certain (I granted myself all permissions on these tables).<br></div>