[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: mixminion on windows





Anyway, I'll poke around with the other later on, see if I can figure anything out.
So, I've been poking at this.

When I go to the Scripts directory and run the (recently rename) minion.py, the shell comes up fine. However if I actually try to do anything it dies. An alert box pops up that reads:
The ordinal 3212 could not be located in the dynamic link library LIBEAY32.dll.

The traceback looks pretty much like the one I've already seen:
Traceback (most recent call last):
File "C:\Python23\Scripts\minion.py", line 10, in ?
mixminion.Main.main(sys.argv)
File "C:\Python23\lib\site-packages\mixminion\Main.py", line 288, in main
func(commandStr, args[2:])
File "C:\Python23\lib\site-packages\mixminion\Main.py", line 241, in commandSh
ell
main([sys.argv[0]]+words)
File "C:\Python23\lib\site-packages\mixminion\Main.py", line 280, in main
mod = __import__(command_module, {}, {}, [command_fn])
File "C:\Python23\lib\site-packages\mixminion\ClientMain.py", line 17, in ?
import mixminion.BuildMessage
File "C:\Python23\lib\site-packages\mixminion\BuildMessage.py", line 13, in ?
import mixminion.Crypto as Crypto
File "C:\Python23\lib\site-packages\mixminion\Crypto.py", line 21, in ?
import mixminion._minionlib as _ml
ImportError: DLL load failed with error code 182

--B