|
From: Arsalan Z. <az...@vs...> - 2003-07-30 22:23:51
|
Just installed the package on my machine. Win98, Python 2.2.3, with the
interpreter being called from a bash shell running under Cygwin (shouldn't
matter).
Here's the output I'm getting. What's the problem?
TIA
--Arsalan
$ python AdminServer.py
Traceback (most recent call last):
File "AdminServer.py", line 64, in ?
import signal, os, socket, getopt, time, sys, string, OpenSSL
File "C:\PYTHON22\Lib\site-packages\OpenSSL\__init__.py", line 11, in ?
import rand, crypto, SSL
ImportError: DLL load failed: A device attached to the system is not
functioning
.
|