pyOpenSSL + Python error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pplers
    New Member
    • Apr 2007
    • 60

    pyOpenSSL + Python error

    I've installed Active Python 2.5 and just downloaded pyOpenSSL 0.6 for Python 2.5 and also got OpenSSL 0.98e

    When i start a .py an error pop-up:

    "Procedure entry point for procedure OPENSSL_add_all _algorithms_noc onf in libeay32.dll"

    Does someone know how to fix this ?
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #2
    Originally posted by pplers
    I've installed Active Python 2.5 and just downloaded pyOpenSSL 0.6 for Python 2.5 and also got OpenSSL 0.98e

    When i start a .py an error pop-up:

    "Procedure entry point for procedure OPENSSL_add_all _algorithms_noc onf in libeay32.dll"

    Does someone know how to fix this ?
    libeay32.dll - Sounds like windows (useful info to include in your post)...

    Sounds like an installation problem. Are you actually on Windows? Linux binary libraries have a different extension.

    Comment

    • pplers
      New Member
      • Apr 2007
      • 60

      #3
      yes, sorry... Win XP

      Comment

      • pplers
        New Member
        • Apr 2007
        • 60

        #4
        Originally posted by pplers
        yes, sorry... Win XP
        p.s: where can i find a win32 OpenSSL 0.9.8e installer already compiled ?

        Comment

        • bartonc
          Recognized Expert Expert
          • Sep 2006
          • 6478

          #5
          Originally posted by pplers
          p.s: where can i find a win32 OpenSSL 0.9.8e installer already compiled ?
          Looks like nobody is keeping the python wrapper up to date:

          Last update V0.6 (no installer): (2004-08-12 15:00).
          Last installer version 0.5.1 (2003-07-29 23:52)

          Two sites, besides SourceForge searched.

          There is build discussion going on on the mail-list

          Comment

          Working...