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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to