py2exe: setting packages from setup script

Harald Massa cpl.19.ghum at spamgourmet.com
Tue Jun 1 16:04:40 EDT 2004


> I tried packages=["wx"] but it didn't work.

options = {"py2exe": {"packages": ["wx"]}}, 

a dictionary is expected.

best wishes

harald



More information about the Python-list mailing list