0
I put this one together that claims "no JSON object could be decoded".
from bitcoinrpc.authproxy import AuthServiceProxy
access = AuthServiceProxy("http://user:password@127.0.0.1:8332")
printme=access.getrawtransaction("6359f0868171b1d194cbee1af2f16ea598ae8fad666d9b012c8ed2b79a236ec4")
print printme
My bitcoin core wallet is set to "server=1" and "listen=1", but it is currently downloading the blockchain (idk if that would have an impact).