当然了,前提是你已经安装了Python和MySQL。我的Python是2.6版本的。Python2.6的“Set”有点兼容性问题,自己照着改一下:http://sourceforge.net/forum/message.php?msg_id=58089481)__init__.py删除 from sets import ImmutableSet将 class DBAPISet(ImmutableSet):改成 class DBAPISet(frozenset)2) converters.py删除 from sets import BaseSet, Set3)converters.py将 &qu Read More
posted @ 2014-03-23 22:33 harry0906 Views(202) Comments(0) Diggs(0)