Andi Vajda wrote: > Fixed. config.py is not written when 'build' is not in the command line > args anymore. I uploaded a new release candidate, rc2, to > http://people.apache.org/~vajda/staging_area. > > Thank you for the bug report.
Your solution breaks an installation when a user doesn't call "python setup.py build" before she uses "python setup.py install" to install JCC. I think the best solution to the issue is a custom build_ext command that writes the config file after the extensions have been build. If you like I can try to come up with a suitable solution. Christian