DeprecationWarning: the sets module is deprecated import sets

1, in  C:/Python26/lib/site-packages/py2exe/build_exe.py

2, change import sets  to #import sets;

3, change sets.Set() to set();


你可能感兴趣的:(DeprecationWarning: the sets module is deprecated import sets)