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
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?
= ["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?
___/
/
__/