Closed baloan closed 9 years ago
Can you replace bootstrap.py with a newer version downloaded from http://downloads.buildout.org/2/bootstrap.py? If that helps, I'll release 0.11.1 with the updated bootstrap.
Alternatively you could use pip install zodbbrowser
. Python 2.7.9 was released just two days ago, and it comes with pip preinstalled.
On Windows this is a bit more painful since pip doesn't support .egg files so it tries to compile ZODB extension modules, which requires a C compiler. I've converted the relevant .egg files from PyPI to wheel files that pip supports, so I could do
pip install -f https://debesis.gedmin.as/wheels/ zodbbrowser
I released zodbbrowser 0.11.1 for unrelated reasons. It has a new bootstrap.py. If you still get errors with it, please reopen this bug.
on Windows 8.1, Python 2.7.8