That's the error message that we get when either pycrypto or pyopenssl isn't installed. I'd double-check those, and their dependencies.
--- James On 19/09/2005, at 7:14 PM, [EMAIL PROTECTED] wrote: > I've installed pyopenssl and pycrypto but am still receiving the > following error message when trying to start pymsnt. > > /var/jabber/modules/PyMSNt/PyMSNt > > Traceback (most recent call last): > File "main.py", line 42, in ? > import xdb > File "/private/var/jabber/modules/PyMSNt-0.9.5/src/xdb.py", line 14, > in ? > import legacy > File > "/private/var/jabber/modules/PyMSNt-0.9.5/src/legacy/__init__.py", > line 4, in ? > from glue import LegacyConnection, LegacyGroupchat, > translateAccount > File "/private/var/jabber/modules/PyMSNt-0.9.5/src/legacy/glue.py", > line 10, in ? > from tlib import msn > File "/private/var/jabber/modules/PyMSNt-0.9.5/src/tlib/msn.py", > line 99, in ? > from proxy import proxy_connect_ssl > File "/private/var/jabber/modules/PyMSNt-0.9.5/src/tlib/proxy.py", > line 4, in ? > from twisted.internet.ssl import ClientContextFactory > ImportError: cannot import name ClientContextFactory > > > I've tried the link to the Apple discussions but apparently they've > deleted the discussion :-( > > http://discussions.info.apple.com/webx? > [EMAIL PROTECTED]@.68aeb8d7/2 > > -Jeff > _______________________________________________ > py-transports mailing list > [email protected] > http://www.modevia.com/cgi-bin/mailman/listinfo/py-transports >
