Make this thing build on windows#3
Conversation
|
Maybe TBH I'm a bit reluctant to try and support every platform in setup.py for this---I suspect you're the only person that won't be using it on Linux. |
|
This seems to suggest that |
|
Fair point, though the fact that sys.platform explicitly differentiates between "linux" "win32" and "cygwin" is arguably clearer. |
|
Ah, I was confusing |
0c3765c to
6afa72e
Compare
|
Bit late to this party but did you manage to get this working on windows? I managed to get post most the common issues but have gotten stuck on this one: Creating library build\temp.win32-3.6\Release\ucam_webauth\rsa.cp36-win32.lib and object build\temp.win32-3.6\Release\ucam_webauth\rsa.cp36-win32.exp |
Other things required that can't go in the repository:
A sane environment (64-bit Python 27 is a bit of a pain) that is already capable of building simple C extensions
An installation of OpenSSL that matches your python bitness
The following sequence of commands before running
pipThat should probably go in a readme somewhere