Alright, after trying to build the explorer from the repo, there were a few things that went wrong.
First off, python-bitcoinrpc was bugged when I tried installing it with pip install python-bitcoinrpc. Instead, I had to use pip install git+https://github.com/jgarzik/python-bitcoinrpc.git.
Secondly, the docs were not as clear as I thought they were so I made some changes that should help. Specifically, how to start a mongodb daemon and its shell.
Finally, I made changes to the NuParserv007.py script so that it works on initial run, inserting the first 10 blocks of the blockchain into the db.
Hence, with the updated changes, I was able to clone the explorer with success. Check out the changes in the repo and clone this updated version for a clean slate.
As always, feel free to raise issues on github and ask questions in the chatroom on gitter.
Cheers.