Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #19838 > unrolled thread
| Started by | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| First post | 2012-02-04 05:33 +1100 |
| Last post | 2012-02-04 05:33 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
Linker errors when attempting to install PyCrypto Alec Taylor <alec.taylor6@gmail.com> - 2012-02-04 05:33 +1100
| From | Alec Taylor <alec.taylor6@gmail.com> |
|---|---|
| Date | 2012-02-04 05:33 +1100 |
| Subject | Linker errors when attempting to install PyCrypto |
| Message-ID | <mailman.5412.1328294036.27778.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web