4

I realise there aren't any official ones, but I was hoping I could grab an unofficial one from somewhere?

I'm running 32-bit Windows XP on x86 hardware (Core 2 Duo).

Noah
  • 75
  • 1
  • 7
  • 1
    What was wrong with http://code.google.com/p/unladen-swallow/? – S.Lott May 12 '10 at 13:31
  • I'm looking for a pre-built binary, not the source. – Noah May 12 '10 at 14:14
  • 1
    I've not noticed any, when poking around a bit, which makes me wonder how suitable it might be for general usage. The build instructions for windows don't seem too bad though: http://code.google.com/p/unladen-swallow/wiki/BuildingOnWindows – James Snyder May 20 '10 at 03:31
  • Maybe you should try PyPy - another alternative, but this one has a Windows binary: http://pypy.org/download.html – Adam Nelson Jun 09 '10 at 18:16

1 Answers1

1

For the time being, there are no official Windows binaries, so you have to build them on your own.

Download a release from here, and the instructions for building are here: BuildingOnWindows.

A quick Google search suggests that there aren't any others who've followed this procedure and published the results.

tzot
  • 92,761
  • 29
  • 141
  • 204