Hacker News new | ask | show | jobs
by spacenick88 2650 days ago
Why on earth would you want to install 32 bit Python 2.7 if you already have 64 bit Python 2.7?
3 comments

32 bit C extensions?
One example that comes to mind is that you use an extension library that has Windows binaries available out of the box for x86 but not for x64.
Yes - extensions. Particularly 32bit .xlls.