If you are using 32bit OS(which you are) then use the x86 MSI installer.
AMD64 MSI installer is used only when you are using 64bit OS.
"Sue" wrote in message
news:mailman.9515.1234572128.3487.python-l...@python.org...
Hi,
Which python 2.6.1 file should I download for my windows vista home
prem
Hi,
I got the assignment to solve the knapsack problem in Python. I have to find
the solution to put items in a sack (I have only one item A, B and C) which
maxWeight can't be larger than 6 kilograms. Solution of this problem should
be A and C but the only solution I'm getting is B and C whic