Difference between revisions of "Python - Low Level Tricks"

From PeformIQ Upgrade
Jump to navigation Jump to search
(New page: = Adding an Unsupported Module to an Installation = In the meantime just plopping in the \_ssl.pyd or \_ssl.so from either python.org's build or from your own build into ActivePython's li...)
 
 
Line 1: Line 1:
= Adding an Unsupported Module to an Installation =
= Adding an Unsupported Module to an Installation =


In the meantime just plopping in the \_ssl.pyd or \_ssl.so from either python.org's build or from your own build into ActivePython's lib-dynload directory will work to get ActivePython talking SSL.
In the meantime just plopping in the _ssl.pyd or _ssl.so from either python.org's build or from your own build into ActivePython's lib-dynload directory will work to get ActivePython talking SSL.

Latest revision as of 13:51, 9 November 2007

Adding an Unsupported Module to an Installation

In the meantime just plopping in the _ssl.pyd or _ssl.so from either python.org's build or from your own build into ActivePython's lib-dynload directory will work to get ActivePython talking SSL.