Re: py2exe Excludes

2005-01-13 Thread Ed Leafe
On Jan 13, 2005, at 12:04 AM, vincent wehren wrote: Just a guess: What happens if you remove everything that's in the "build" directory before running setup.py? There may still be files around from an earlier build that *did* include the Dabo modules. Ah, that was it! I didn't realize that it wo

Re: py2exe Excludes

2005-01-12 Thread vincent wehren
rgets to build console = ["daborun.py"], #exclude the actual framework options = { "py2exe": {"excludes" : ["dabo"]} }, ) Yet the generated library.zip still contains all of the Dabo module code. Why is this? What am I doing wrong?

py2exe Excludes

2005-01-12 Thread Ed Leafe
= ["daborun.py"], #exclude the actual framework options = { "py2exe": {"excludes" : ["dabo"]} }, ) Yet the generated library.zip still contains all of the Dabo module code. Why is this? What am I doing wrong? ___/ / __/