py2exe
Gandalf
goldnery at gmail.com
Thu Oct 30 08:19:35 EDT 2008
I'm new to py2exe.
i'm using python 2.5 on XP
and py2exe 0.6.6
does someone know what may be wrong with this script:
from distutils.core import setup
import py2exe
setup(console=['babylon.py'],
options = {
"py2exe": {
"packages": ["pyHook", "encodings", "pywinauto",
"pywinauto.controls", "pywinauto.tests", "urllib2", "pyTTS"],
"excludes" : ["sendkeys"],
}
}
)
if you need more information please tell me...
thank you
More information about the Python-list
mailing list