Y
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
lmz
2650 days ago
32 bit C extensions?
link
SonOfLilit
2650 days ago
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.
link
osullivj
2649 days ago
Yes - extensions. Particularly 32bit .xlls.
link