MySQL Forums
Forum List  »  Connector/Python

ImportError: cannot import name ImmutableSet
Posted by: Juan Pablo Torres
Date: June 14, 2007 11:26AM

I'm trying to connect Mysql and Python on windows, when running the script I get this:

Traceback (most recent call last):
File "E:\Python\Desarrollo\pruebamysql.py", line 2, in <module>
import MySQLdb
File "E:\Python\lib\site-packages\MySQLdb\__init__.py", line 34, in <module>
from sets import ImmutableSet
ImportError: cannot import name ImmutableSet

What should I do?

Thanks for any help

Options: ReplyQuote


Subject
Written By
Posted
ImportError: cannot import name ImmutableSet
June 14, 2007 11:26AM


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.