Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chmod not recognized as internal or external command

Tags:

chmod

pycrypto

Trying to get pycrypto installed in Windows. At the command prompt, I type python setup.py build. Things start out ok, but when it gets to 'running build_configure', I get this error message and things come to a halt:

chmod not recognized as internal or external command

I tried downloading and installing chmod, but that didn't change anything.

Anyone have any suggestions? Thanks.

like image 524
AndroidDev Avatar asked Dec 12 '22 00:12

AndroidDev


1 Answers

I was running this from a Windows cmd prompt. I ran it from MinGW and it got past this part.

like image 185
AndroidDev Avatar answered Jan 17 '23 16:01

AndroidDev