Can't install pycrypto
becky_lewis
bex.lewis at gmail.com
Mon Dec 5 08:38:45 EST 2011
More information about the Python-list mailing list
Mon Dec 5 08:38:45 EST 2011
- Previous message (by thread): Can't install pycrypto
- Next message (by thread): Spam in subject lines (Re: 70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 friendly setup.py file and install using: python setup.py install or you could attempt to edit it yourself. I'd suggest asking for a windows friendly file on github as they will either give you a reason for it not being possible or will make the fix and everybody can benefit :) Hope that helps, Becky Lewis On Dec 5, 8:20 am, Alec Taylor <alec.tayl... at gmail.com> wrote: > 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
- Previous message (by thread): Can't install pycrypto
- Next message (by thread): Spam in subject lines (Re: 70% [* SPAM *] Re: multiprocessing.Queue blocks when sending large object)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list