Re: python cryptography toolkit
Sylvain Thénault <[email protected]>
| Newsgroups | gmane.comp.python.cryptography |
|---|---|
| Message-ID | <[email protected]> |
On Saturday 04 May à 08:06, Burt Leavenworth wrote: > When I run: python setup.py build > I get: > > running build_ext > building 'Crypto.Hash.MD2' extension > ... > error: command 'cl.exe' failed: No such file or directory > > Any idea why this doesn't work? I'm a newbie with the pct, but I guess you don't have cl.exe (which is needed to build C extensions) installed or in your PATH. Try to ask your question to [email protected] or c.l.py to have an answer from someone more involved in the pct. > Burt Leavenworth cheers -- Sylvain Thénault