Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19838
| Date | 2012-02-04 05:33 +1100 |
|---|---|
| Subject | Linker errors when attempting to install PyCrypto |
| From | Alec Taylor <alec.taylor6@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5412.1328294036.27778.python-list@python.org> (permalink) |
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