Need help with my first transport install

I’‘ve only been working with Jabber/Jive for about a day now…so I’'m a newbie.

I’‘d really like to get our msn transport working (it’‘s the python one). I’'ve installed python 2.4, openSSL for 2.4, twisted for 2.4, crypto for 2.4

I run python mail.py (inside the src directory and get)

C:\pyMSNt\src>python main.py

Traceback (most recent call last):

File “main.py”, line 28, in ?

import xdb

File “C:\pyMSNt\src\xdb.py”, line 13, in ?

import legacy

File “C:\pyMSNt\src\legacy_init_.py”, line 4, in ?

from glue import LegacyConnection, LegacyGroupchat, translateAccount, startS

tats, updateStats

File “C:\pyMSNt\src\legacy\glue.py”, line 10, in ?

from tlib import msn, msnp2p

File “C:\pyMSNt\src\tlib\msn.py”, line 107, in ?

from twisted.internet.ssl import ClientContextFactory

File “C:\Python24\Lib\site-packages\twisted\internet\ssl.py”, line 47, in ?

from OpenSSL import SSL

File “C:\Python24\Lib\site-packages\OpenSSL_init_.py”, line 11, in ?

import rand, crypto, SSL, tsafe

ImportError: DLL load failed: The specified procedure could not be found.

Any ideas or am I locked in python hell???

importError: DLL load failed: The specified procedure

could not be found.

That could be the same as the problem i was having you are missing a dll

It is probably libeay32.dll

Here you can download this dll:

Put it in %SystemRoot%\system32 (if using Win2000, WinXP).

this should work if not im afraid i dont know but it was working after i put it there

Hope This Helps