Hello,
Python 2.7.5 32 bit on Windows.
Twisted 13.2.0
import ctypes
dll = ctypes.CDLL("ssleay32.dll")
Loads dll from the current folder
import ctypes
from twisted.internet import reactor
dll = ctypes.CDLL("ssleay32.dll")
Loads dll from Python27\lib\site-packages\OpenSSL
How so? How can I prevent reactor from changing the PATH (or whatever
it's changing)?
_______________________________________________
Twisted-Python mailing list
Twisted-Python@twistedmatrix.com
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python