Re: Can't install pycrypto

2011-12-05 Thread becky_lewis
My best guess from the error and a quick look at the setup.py file is that during setup "chmod 0755 configure" is trying to run but failing. I'm guessing that you're on windows and don't actually have chmod, hence the error. The project on github looks active so you could go and ask for a windows

Can't install pycrypto

2011-12-05 Thread Alec Taylor
Good afternoon, Unfortunately my pycrpto install fails (tried with pip, easy_install and pip -e git+) Error: http://pastebin.com/wjjfTZvd How do I get this working? Thanks for all suggestions, Alec Taylor -- http://mail.python.org/mailman/listinfo/python-list