|
From: Mickael S. <mic...@ha...> - 2005-07-28 13:53:58
|
Hej Werner,
I edited my setup.py with the following info, but no success, or have i edited
the wrong file?
# setup.py
from distutils.core import setup
import py2exe
setup(console=["hamtainfo.py"])
options = {"py2exe": { "compressed": 1,
"optimize": 2,
"packages": ["_mysql","MySQLdb"]}
}
|