adhocracy icon indicating copy to clipboard operation
adhocracy copied to clipboard

Fix Python setup.

Open phihag opened this issue 10 years ago • 2 comments

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.

phihag avatar Sep 11 '15 02:09 phihag

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?

nidico avatar Oct 13 '15 16:10 nidico

Apart from fixing/updating boostrap, there is no need to force the custom python build, we could also use virtuelenv as a install option.

joka avatar Apr 13 '16 16:04 joka