Having done steps 1 to 10, I tried building Numeric-23.6. And got the
following error-msg:
F:\install\Numeric-23.6>python setup.py build
running build
running build_py
running build_ext
building '_numpy' extension
D:\Programme\Microsoft Visual C++ Toolkit 2003\bin\cl.exe /c /nologo
/Ox /MD /W3
/GX
...
> d:\Python24\include\pyconfig.h(30) : fatal error C1083: Cannot open
> include file
> : 'io.h': No such file or directory
> error: command '"D:\Programme\Microsoft Visual C++ Toolkit
> 2003\bin\cl.exe"' fai
> led with exit status 2
>
> why?
Under :
HKEY_LOCAL_MACHINE\Software\Microsoft\Visual
hi all,
below you find my simple python version of MD2 algorithm
as described in RFC1319 (http://rfc1319.x42.com/MD2).
It produces correct results for strings shorter than 16 Bytes and wrong
results for longer strings.
I can't find what's wrong.
Can anybody help?
Regards
Wolfgang
Paul Rubin wrote:
> [EMAIL PROTECTED] writes:
> > below you find my simple python version of MD2 algorithm
> > as described in RFC1319 (http://rfc1319.x42.com/MD2).
> > It produces correct results for strings shorter than 16 Bytes and wrong
> > results for longer strings.
>
> Why do you want to u
Paul Rubin wrote:
> [EMAIL PROTECTED] writes:
> > I want to understand it, and -- therefor ;-) -- I want to implement it
> > in pure Pyhton.
>
> OK. It should be pretty easy to implement. You should find the
> official rfc at ietf.org. I remember there was some minor erratum in
> the original v
Paul Rubin wrote:
> [EMAIL PROTECTED] writes:
> > I thought I had build a proper implementation in Python. The error you
> > mention can be avoided by studying the C implementation in RFC 1319.
> > BUT: Some of the test vectors failed. That's my problem ;-(
> > And therefore I asked for help.
>
>
Paul Rubin wrote:
> [EMAIL PROTECTED] writes:
> > I thought I had build a proper implementation in Python. The error you
> > mention can be avoided by studying the C implementation in RFC 1319.
> > BUT: Some of the test vectors failed. That's my problem ;-(
> > And therefore I asked for help.
>
>
Tom Anderson wrote:
> On Sun, 8 Jan 2006, Tom Anderson wrote:
>
> > On Fri, 6 Jan 2006 [EMAIL PROTECTED] wrote:
> >
> >> below you find my simple python version of MD2 algorithm as described
> >> in RFC1319 (http://rfc1319.x42.com/MD2). It produces correct results
> >> for strings shorter than 16