Exception:
from /usr/lib/python2.7/subprocess.py, line 1335:
execve() arg 3 contains a non-string value
This is from an entry being added to the env dictionary with a non-string value. The mystery to me is why I am getting this and everyone else isn't it -- is my python setup unique, or did openssl-sys change? shrug
Anyways, the fix is easy, and a pull request is forthcoming.
Building openssl-sys, I am getting
Exception:
from /usr/lib/python2.7/subprocess.py, line 1335: execve() arg 3 contains a non-string value
This is from an entry being added to the env dictionary with a non-string value. The mystery to me is why I am getting this and everyone else isn't it -- is my python setup unique, or did openssl-sys change? shrug
Anyways, the fix is easy, and a pull request is forthcoming.