When I use the command "import py2exe" in IDLE (Python Shell) I get the following error:
Code:
IDLE 2.6.5      
>>> import py2exe

Warning (from warnings module):
  File "C:\Python26\lib\site-packages\py2exe\build_exe.py", line 16
    import sets
DeprecationWarning: the sets module is deprecated
>>>
The code above is what I type and the error I...