Re: [Maya-Python] Re: pycrypto module inside maya for windows server 2016

2018-01-22 Thread Juan Cristóbal Quesada
turned out that the module wasnt compiled with the compiler i thought! Recompiling with the right one did the trick. Thanks 2018-01-22 6:21 GMT+01:00 Michael Boon : > There's a good chance that the dll that fails is not something you're > importing directly, but is being

[Maya-Python] Re: pycrypto module inside maya for windows server 2016

2018-01-21 Thread Michael Boon
There's a good chance that the dll that fails is not something you're importing directly, but is being loaded from inside a module you're using, maybe from inside pycrypto. The reason could be Python version, 32 vs 64 bit, or the availability of some OS function. You could set "Show Stack