[Python-ideas] os.architecture

anatoly techtonik techtonik at gmail.com
Sun Dec 29 12:28:11 CET 2013


if os.architecture == 32:
  download('http://www.libsdl.org/release/SDL2-2.0.1-win32-x86.zip')
else:
  download('http://www.libsdl.org/release/SDL2-2.0.1-win32-x64.zip')


?


More information about the Python-ideas mailing list