MySQL Forums
Forum List  »  Connector/Python

Re: Configuring MySQL Connector/Python to Function with Python 3.4
Posted by: Nuno Mariz
Date: June 17, 2015 05:12AM

Hi Stephen,
Can you please check if you installed MySQL Connector/Python for your Python 3.4.0?
If you have the two Python versions installed, the packages folder could be different.

You can easily check the packages folder by running this for both versions in the python shell:

>>> import site; site.getsitepackages()

Nuno Mariz

Options: ReplyQuote


Subject
Written By
Posted
Re: Configuring MySQL Connector/Python to Function with Python 3.4
June 17, 2015 05:12AM


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.