Quantcast
Channel: Regen Press » Python
Browsing latest articles
Browse All 2 View Live

PythonとSSL

サーバー移転してから、コンパイルしたPythonでSSL接続しようとすると失敗していて「socket module has no ssl support」とか「No SSL support found」とか言われたので、原因を探っていたら発見しました。 それは、OpenSSLの場所を見つけられなかったということ。どうやら標準と違う場所にある場合は自分で指定する必要があったのです。...

View Article



PythonとBzip2

「bzr pull」したら「Segmentation fault」で強制終了をくらってしまったのでPythonのソースディレクトリで「make」して「make test」して調べたらtest_bz2のところで「make: *** [test] Segmentation fault」と出ていました。 http://www.bzip.org/からダウンロードして、 make -f...

View Article
Browsing latest articles
Browse All 2 View Live