Re: OpenSSL and Python

2010-04-21 Thread Antoine Pitrou
Le mercredi 21 avril 2010 à 16:06 -0700, gary clark a écrit :
 ImportError: /usr/local/lib/python2.5/site-packages/OpenSSL/crypto.so:
 undefined symbol: PyUnicodeUCS2_Decode

This is a Python problem, not an unicode one. I suggest posting on
comp.lang.python.
Basically, you should use the pyOpenSSL package provided by your Linux
distribution, or compile it from the source; but not install a
standalone binary package.


__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org


Re: OpenSSL and Python

2010-04-21 Thread gary clark

Appreciated.
Garyc

--- On Wed, 4/21/10, Antoine Pitrou solip...@pitrou.net wrote:

 From: Antoine Pitrou solip...@pitrou.net
 Subject: Re: OpenSSL and Python
 To: openssl-users@openssl.org
 Date: Wednesday, April 21, 2010, 6:39 PM
 Le mercredi 21 avril 2010 à 16:06
 -0700, gary clark a écrit :
  ImportError:
 /usr/local/lib/python2.5/site-packages/OpenSSL/crypto.so:
  undefined symbol: PyUnicodeUCS2_Decode
 
 This is a Python problem, not an unicode one. I suggest
 posting on
 comp.lang.python.
 Basically, you should use the pyOpenSSL package provided by
 your Linux
 distribution, or compile it from the source; but not
 install a
 standalone binary package.
 
 
 __
 OpenSSL Project           
                
      http://www.openssl.org
 User Support Mailing List         
           openssl-users@openssl.org
 Automated List Manager         
              
    majord...@openssl.org


__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Automated List Manager   majord...@openssl.org