Dmitry

Results 10 comments of Dmitry

SNMP isn't always available. And sure, REMOTE_MANAGEMENT looks better than SOFTWARES which one i use for this purpose

I try this steps: 1) Download from http://www.mpir.org/downloads.html MPIR-2.6.0.source.bz2, unpack to MPIR-2.6.0 2) Download from http://yasm.tortall.net/Download.html Win32 .exe (for general use on 32-bit Windows) (Not shure it needed) rename it...

Probably, "setup.py install" doesn't pack _ecdsa.pyd to egg file or egg file not yet in Lib\site-packages\ I will try to reproduce steps at fresh windows install to refresh my memory

As I checkout my working machine, _ecdsa.dll not used at all. I have this file only at build dir and after removing this folder, scripts works as usual. If I...

Here is somthing interesting - I have not directory of package, .\Lib\site-packages\fastecdsa just egg file in .\Lib\site-packages\ Different python build/install systems? How to check it? Also, no mpir.dll at my...

If it will be commited, need to replace download address in windows_make.cmd May be, it's better to write step-by-step instruction, than this ugly batch file? More better way is to...

Best way for users is "pip install fastecdsa", so it will be exellent, if setuptools just place OS depended prebuilded binaries. But in this way we have to repeat windows...

As I try, cross-compiling does not work. Fastecdsa (and MPIR) for python64 have to be compiled with 64bit cl/yasm. Whl and zip packages made at one machine successfully works at...

Can not reproduce. Watching build logs at vary machines, have a think to replace `call configure.bat ABI 64` with `call configure.bat ABI=64 --cpu=x86_64` to remove platform specific optimisations. This variant...