Buongiorno a tutti,<br>sto cercando di convertire un file.py in file.exe con py2exe.<br>Ho la versione 2.6 di python ed installato py2exe per tale versione...<br>Quando lancio, seguendo il tutorial, il comando &quot;python setup.py py2exe&quot;, l&#39;interprete mi crea l&#39;eseguibile correttamente.<br>

Al contrario, se provo a fare un import di py2exe dalla &quot;Python Shell Gui&quot; questa mi risponde:<br><br>&quot;Warning (from warnings module):<br>  File &quot;C:\Python26\lib\site-packages\py2exe\build_exe.py&quot;, line 16<br>

    import sets<br>DeprecationWarning: the sets module is deprecated&quot;<br><br>Quale puņ essere il motivo?<br>E soprattutto come mai mi crea l&#39;eseguibile se la libreria &quot;sets&quot; č deprecated?<br>Grazie,<br>

Vittorio<br>