Trouble finding the default packages shipped with Python on Snow Leopard
问题 I have two questions. First, how can I find out what Python modules (and their versions) come with Mac OS-X 10.6.8 Snow Leopard? Second, what is the deal with Snow Leopard and Tix ? I absolutely cannot understand this. If I import Tix , no errors. If I interactively type >>> help(Tix) I get megabytes of info on using Tix. If I go any further this happens... >>> root = Tix.Tk() Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/System/Library/Frameworks/Python