adhocracy
adhocracy copied to clipboard
Fix Python setup.
The Python setup was broken when it actually downloaded, since the last line in the bootstrap removes the pkg_resources module from sys.modules and we tried to reload it. While we're at it, remove insecure and slow HTTP downloads in favor of bringing the file with us.
bootstrap.py usually comes from buildout, the current file is https://bootstrap.pypa.io/bootstrap-buildout.py and loads ez_setup.py through https. So the obvious way to achieve this would be to upgrade buildout. Have you tried that?
Apart from fixing/updating boostrap, there is no need to force the custom python build, we could also use virtuelenv as a install option.