Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32690
| Path | csiph.com!usenet.pasdenom.info!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <1248283536@qq.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.011 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'importerror:': 0.05; 'skip:" 60': 0.05; 'problem?': 0.07; 'setup.py': 0.07; 'undefined': 0.07; 'way:': 0.09; 'to:name:python-list': 0.15; '#python': 0.16; 'openssl': 0.16; 'skip:/ 50': 0.16; 'subject:install': 0.16; 'subject:python2.7': 0.16; 'fix': 0.17; 'ssl': 0.17; '>>>': 0.18; 'import': 0.21; '"",': 0.22; '>>>': 0.22; '(most': 0.27; 'python2.7': 0.29; 'skip:& 10': 0.29; 'install': 0.29; 'file': 0.32; 'traceback': 0.33; 'to:addr:python-list': 0.33; 'skip:p 20': 0.36; 'to:addr:python.org': 0.39; 'skip:" 10': 0.40; 'subject: ': 0.66; 'from:addr:1248283536': 0.84; 'from:addr:qq.com': 0.84; 'from:name:\xcb\xae\xbe\xb2\xc1\xf7\xc9\xee': 0.84; 'message- id:@qq.com': 0.84; 'received:64.71': 0.84; 'received:64.71.138': 0.84; 'received:qq.com': 0.84; 'x-mailer:qqmail 2.x': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=qq.com; s=s0907; t=1351933197; bh=jfBtH2cmicEnaaxrt8EkjNsMfp7pC9ruI9x+gZTBlU0=; h=X-QQ-SSF:X-HAS-ATTACH:X-QQ-BUSINESS-ORIGIN:X-Originating-IP: X-QQ-STYLE:X-QQ-mid:From:To:Subject:Mime-Version:Content-Type: Content-Transfer-Encoding:Date:X-Priority:Message-ID:X-QQ-MIME: X-Mailer:X-QQ-Mailer; b=HKi7aAIZQZqAndewQ7B5u9KB7xLUy8QtZjg5i0D5tkzzmr5Y1Jsg6ugPj2xJtehIV fXCDwSYmMwRfcEWZbhtKnq3YilydB46bamdSILFZmG+1Q+nLIl9g1axDZ6+NoOy |
| X-QQ-SSF | 00000000000000F000000000000000C |
| X-HAS-ATTACH | no |
| X-QQ-BUSINESS-ORIGIN | 2 |
| X-Originating-IP | 1.89.14.98 |
| X-QQ-STYLE | |
| X-QQ-mid | webmail68t1351933127t9728735 |
| From | "水静流深" <1248283536@qq.com> |
| To | "python-list" <python-list@python.org> |
| Subject | install pyOpenSSL in python2.7 |
| Mime-Version | 1.0 |
| Content-Type | multipart/alternative; boundary="----=_NextPart_5094DCC7_08AB3348_5DA97F4D" |
| Content-Transfer-Encoding | 8Bit |
| Date | Sat, 3 Nov 2012 16:58:47 +0800 |
| X-Priority | 3 |
| X-QQ-MIME | TCMime 1.0 by Tencent |
| X-Mailer | QQMail 2.x |
| X-QQ-Mailer | QQMail 2.x |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3237.1351933204.27098.python-list@python.org> (permalink) |
| Lines | 43 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1351933204 news.xs4all.nl 6954 [2001:888:2000:d::a6]:44881 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:32690 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
i have install pyOpenSSL-0.11 in python2.7 this way:
download pyOpenSSL-0.11.tar.gz
#tar -zvxf pyOpenSSL-0.11.tar.gz
#cd pyOpenSSL-0.11
#python setup.py install
>>> import OpenSSL
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 45, in <module>
from OpenSSL import rand, SSL
ImportError: /usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.so: undefined symbol: SSLv2_method
how can i fix the problem?
ImportError: /usr/local/lib/python2.7/dist-packages/OpenSSL/SSL.so: undefined symbol: SSLv2_method
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
install pyOpenSSL in python2.7 "水静流深" <1248283536@qq.com> - 2012-11-03 16:58 +0800
csiph-web