MySQL Forums
Forum List  »  Connector/Python

Re: Exception error when trying to close mysql connection
Posted by: Geert Vanderkelen
Date: September 05, 2014 02:58AM

Hi,

The py2exe tool might not have packaged the mysql.connector.locales.eng module.
You'll have to check if there is something more you need to add to make that happen.

Fact that this ImportError happens when closing the connection might indicate there was an error. That problem is something that might need further investigation.

But first check if py2exe packages everything needed.

Cheers,
Geert

Geert Vanderkelen
Software Developer at Oracle

Options: ReplyQuote


Subject
Written By
Posted
Re: Exception error when trying to close mysql connection
September 05, 2014 02:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.