From: Ron Adelman on 26 Apr 2010 15:42 getting following error message when trying to run my setup file ....\py2exe\build_exe.py:16: DeprecationWarning: the sets module is deprecated import sets >Removing files in directory :./dist,keeping protedted files... python 2.65 new install. Any work arounds(Hacks)??
From: MRAB on 26 Apr 2010 16:09 Ron Adelman wrote: > getting following error message when trying to run my setup file > ...\py2exe\build_exe.py:16: DeprecationWarning: the sets module is deprecated > import sets >> Removing files in directory :./dist,keeping protedted files... > > python 2.65 new install. > > Any work arounds(Hacks)?? > It's not an error message, it's a warning. The 'sets' module has been superseded because Python has a built-in 'set' class.
|
Pages: 1 Prev: Some objects missing from tkinter Next: chr(i) ASCII under Python 3 |