[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
mixminion on windows
I downloaded Mixminion-0.0.6.2.win32.zip, extracted to a folder and was
able to send messages, no problem.
I downloaded Mixminion-0.0.6.2.win32-py2.3.exe and ran it, it installed
with no errors. But when I try to actually use it, I run into trouble
immediately:
>>> import mixminion.ClientMain
Traceback (most recent call last):
File "<pyshell#1>", line 1, in -toplevel-
import mixminion.ClientMain
File "C:\Python23\Lib\site-packages\mixminion\ClientMain.py", line 17,
in -toplevel-
import mixminion.BuildMessage
File "C:\Python23\Lib\site-packages\mixminion\BuildMessage.py", line
13, in -toplevel-
import mixminion.Crypto as Crypto
File "C:\Python23\Lib\site-packages\mixminion\Crypto.py", line 21, in
-toplevel-
import mixminion._minionlib as _ml
ImportError: DLL load failed with error code 182
I'm using python 2.3 on windows XP. Any help would be appreciated.
--B