Op Monday 4 May 2015 18:03 CEST schreef Chris Angelico: > On Tue, May 5, 2015 at 1:11 AM, Cecil Westerhof <ce...@decebal.nl> wrote: >> Now I get: c/../_cffi1/ffi_obj.c:489:5: error: ISO C90 forbids >> mixed declarations and code [-Werror=declaration-after-statement] >> PyObject *u = PyUnicode_DecodeLatin1(PyBytes_AS_STRING(res), ^ cc1: >> some warnings being treated as errors > > Interesting. I'm not sure why yours is complaining about that; mine > doesn't. (Possibly because I'm running Python 3.5, and stuff may > have been changed.) In any case, this would be a reasonable thing to > make a bug report about. In the meantime, you can simply override > that warning-equals-error parameter: > > http://stackoverflow.com/questions/25587039/error-compiling-rpy2-on-python3-4-due-to-werror-declaration-after-statement
It looks like I am encircled by Gremlins: >>> import urllib3.contrib.pyopenssl Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python3.4/site-packages/urllib3/contrib/pyopenssl.py", line 58, in <module> from socket import _fileobject, timeout ImportError: cannot import name '_fileobject' -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof -- https://mail.python.org/mailman/listinfo/python-list