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
Ed Leafe wrote:
I'm trying to make a Windows runtime for Dabo, and I want to exclude
the framework code itself from the exe file, so that people can update
with new releases as they are made. The relevant section of setup.py has:
setup(
# The first three parameters are not required,