Re: ‘pip2 install cryptography’ does not work

2016-09-15 Thread Cecil Westerhof
On Thursday 15 Sep 2016 10:19 CEST, die...@handshake.de wrote: > Cecil Westerhof writes: > >> I try to do a: >> pip2 install cryptography >> >> But this give: gcc -pthread -shared >> build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o >> -L/usr/lib64 -lssl -lcrypto -lpython2.7 -o >

Re: ‘pip2 install cryptography’ does not work

2016-09-15 Thread dieter
Cecil Westerhof writes: > I try to do a: > pip2 install cryptography > > But this give: > gcc -pthread -shared > build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o > -L/usr/lib64 -lssl -lcrypto -lpython2.7 -o > build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_op

‘pip2 install cryptography’ does not work

2016-09-14 Thread Cecil Westerhof
I try to do a: pip2 install cryptography But this give: gcc -pthread -shared build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o -L/usr/lib64 -lssl -lcrypto -lpython2.7 -o build/lib.linux-x86_64-2.7/cryptography/hazmat/bindings/_openssl.so /usr/lib64/gcc/x86_64-suse-l