Hi, I reckon line 39 in glcoud.credentials should open the private key with read binary on windows: private_key=open(private_key_path, 'rb').read(), cheers, David
Hi,
I reckon line 39 in glcoud.credentials should open the private key with read binary on windows:
private_key=open(private_key_path, 'rb').read(),
cheers,
David