Message 160583 - Python tracker (original) (raw)
The pre-built 64-bit Windows binaries from python.org works.
Python 3.3.0a3 (default, May 1 2012, 16:46:00) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.
slice(0,90000,None).indices(12600000000) (0, 90000, 1)
Python 3.2.3 (default, Apr 11 2012, 07:12:16) [MSC v.1500 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.
slice(0,90000,None).indices(12600000000) (0, 90000, 1)
I think this issue is settled. There are several possible actions for people that find this discussion through a web search.
- Use Ubuntu 12.04 LTS
- Compile a fresh copy of 3.2 or 3.3 from python.org.
- Use a pre-built 3.2 or 3.3 64-bit Windows binary from python.org.
- Wait for your Linux distribution to catch up.
Hynek, Éric: Thanks for your help.