Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19838
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <alec.taylor6@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.003 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'subject:when': 0.07; 'suggestions,': 0.07; 'python': 0.08; 'linker': 0.09; 'received:209.85.210.174': 0.13; 'received:mail- iy0-f174.google.com': 0.13; '-shared': 0.16; '2.7.2': 0.16; 'from:addr:alec.taylor6': 0.16; 'from:name:alec taylor': 0.16; 'skip:" 80': 0.16; 'subject:install': 0.16; 'url:pastebin': 0.16; 'windows:': 0.16; 'trying': 0.20; 'to:2**1': 0.21; "i'm": 0.27; 'message-id:@mail.gmail.com': 0.28; 'installation': 0.30; 'thanks': 0.32; 'to:addr:python-list': 0.33; 'skip:b 40': 0.34; 'install': 0.35; 'received:google.com': 0.37; 'getting': 0.37; 'received:209.85': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'issues': 0.40; 'full': 0.62; 'skip:b 50': 0.67; 'taylor': 0.67 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=Cce60aA8QXwZLy6cm5/UgpjnkIxoMSmUsIuaEJRC1uA=; b=EJT6H3HWWNCvzMuMlA0kKSgwpFPyiK582EROrtSLe/z2fAtL1k5k3XOp/B4FRlyrCH FzF/nxDNh4sIb+yX/SiVDMVH5hAwy1A58sFnbtS6a7t6TMTtHz1ao0QRUZs9E2tUF17P tPCsc0a/bsQEBmeTYtTKN0okaqiUO7BNtl5/s= |
| MIME-Version | 1.0 |
| Date | Sat, 4 Feb 2012 05:33:54 +1100 |
| Subject | Linker errors when attempting to install PyCrypto |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| To | "comp.lang.python" <python-list@python.org>, pycrypto@lists.dlitz.net |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5412.1328294036.27778.python-list@python.org> (permalink) |
| Lines | 16 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1328294036 news.xs4all.nl 6896 [2001:888:2000:d::a6]:37366 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:19838 |
Show key headers only | View raw
I'm getting linker errors when trying to install PyCrypto on Windows: C:\libraries\MinGW\bin\gcc.exe -mno-cygwin -shared -s build\temp.win-amd64-2.7\Release\src\winrand.o build\temp.win-amd64-2.7\Release\src\winrandom.def -LC:\Python27\libs -LC:\Python27\PCbuild\amd64 -lws2_32 -ladvapi32 -lpython27 -lmsvcr90 -o "C:\Projects\satchmo_test\Prototype\src\pycrypto\lib\Crypto\Random\OSRNG\winrandom.pyd" Full output: http://pastebin.com/SYBkFt3h How can I resolve installation issues to get PyCrypto install properly on Python 2.7.2 x64? Thanks for all suggestions, Alec Taylor
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Linker errors when attempting to install PyCrypto Alec Taylor <alec.taylor6@gmail.com> - 2012-02-04 05:33 +1100
csiph-web