-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,
I'm trying to install PyMSNt on a Windows machine but it's not finding 
the pycrypto or pyopenssl libraries.

I installed Python 2.5.1 from www.python.org using the Windows 
installer from the website.  I then installed Twisted 2.5 for Python 
2.5 from www.twistedmatrix.com.  After a bit of searching, I found 
installers for PyCrypto at 
http://www.voidspace.org.uk/python/modules.shtml#pycrypto and pyopenssl 
at http://webcleaner.sourceforge.net/pyOpenSSL-0.6.win32-py2.5.exe and 
finally downloaded and unzipped PyMSNt 0.11.2 and ran PyMSNt.py.

Unfortunately, I'm getting this traceback:

You must install pycrypto and pyopenssl.
Traceback (most recent call last):
  File "./PyMSNt.py", line 13, in <module>
    import main
  File "C:\pymsnt-0.11.2\src\main.py", line 109, in <module>
    import session
  File "c:\pymsnt-0.11.2\src\session.py", line 7, in <module>
    import legacy
  File "c:\pymsnt-0.11.2\src\legacy\__init__.py", line 4, in <module>
    from glue import LegacyConnection, LegacyGroupchat, 
translateAccount, startStats, updateStats, r
eloadConfig
  File "c:\pymsnt-0.11.2\src\legacy\glue.py", line 9, in <module>
    from legacy import msn
  File "c:\pymsnt-0.11.2\src\legacy\msn\__init__.py", line 4, in 
<module>
    from msnw import MSNConnection, MultiSwitchboardSession
  File "c:\pymsnt-0.11.2\src\legacy\msn\msnw.py", line 14, in <module>
    import msn
  File "c:\pymsnt-0.11.2\src\legacy\msn\msn.py", line 97, in <module>
    from twisted.internet.ssl import ClientContextFactory
  File "C:\Python25\lib\site-packages\twisted\internet\ssl.py", line 
47, in <module>
    from OpenSSL import SSL
  File "C:\Python25\Lib\site-packages\OpenSSL\__init__.py", line 11, in 
<module>
    import rand, crypto, SSL, tsafe
ImportError: DLL load failed: The specified module could not be found.

C:\Python25\Lib\site-packages contains directories for Crypto\, 
OpenSSL\, and twisted\ as expected as well as PIL\ and zope\.

Any ideas?

Also, for after I get it working, is there any documentation for making 
PyMSNt run as a Windows service?

Thanks,
Raj.

- -- 
Mr Rajnish Bhaskar, Technical officer
IT Education Unit, University of Glasgow
[EMAIL PROTECTED], http://www.iteu.gla.ac.uk/

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFGe7ToDbVaFRVZjKwRAiMPAJ4ymeps+Q7C33gOWL4Gx7SzcvxXLwCfft6W
su3k6Qid/Mmrve+NBxn5ozc=
=+j2N
-----END PGP SIGNATURE-----
_______________________________________________
py-transports mailing list
py-transports@blathersource.org
http://lists.modevia.com/cgi-bin/mailman/listinfo/py-transports

Reply via email to