Paul Irofti
Paul Irofti
httplib is no longer available in python3 and has been renamed as http.client. Here is a patch to fix that in GDriveFS. ``` $ cat patches/patch-lib_gdrivefs_drive_py $OpenBSD$ Index: lib/gdrivefs/drive.py ---...
Hi, First of all congratulations on this awesome project! I am currently trying to install it on OpenBSD and I get an error from pip when it tries to install...
Running `pip install -e .` from `$ python -m venv testenv` gives the title error.
Hi, First of all thank you for your work on custom_inherit! I think `versioneer.py` needs an update as the current build fails. ``` src/custom_inherit-2.4.1/versioneer.py:421: SyntaxWarning: invalid escape sequence '\s' LONG_VERSION_PY['git']...