Axel Howind wrote:
>
> The configure script is not contained in the repository
Yes, and that's correct. configure is generated from configure.ac by
autoconf, which is run by bootstrap. One only stores source files in a
source code repository, not generated files.
> the bootstrap script fails to produce one.
...
> Exception exceptions.TypeError: "'NoneType' object is not callable" in
> ignored
Those are bakefile errors. Try rolling back to an older version while I
investigate. I'm using 0.2.0 here. I think 0.1.9 would work, too, as I
don't believe we took advantage of any of the new 0.2.0 features.