Hi, I'm trying to compile a .pyw to .exe file with py2exe, the setup.pyw contains the following:
from distutils.core import setup
import py2exe
setup(console=['laZagne.pyw'],options={'py2exe': {
"dll_excludes": ["MSVFW32.dll",...
asked by
18.11.2016 / 21:43