You are experiencing errors when building with python 2.6? I have been building blockly using python 2.6 for a week or so now without any troubles. When I build with 2.7 I get the following error:
c:\blockly>c:\Python27\python.exe build.py
Traceback (most recent call last):
File "build.py", line 38, in <module>
import errno, glob, httplib, json, os, re, subprocess, sys, threading, urllib
File "c:\Python27\lib\httplib.py", line 71, in <module>
import socket
File "c:\Python27\lib\socket.py", line 47, in <module>
import _socket
ImportError: Module use of python26.dll conflicts with this version of Python.
Admittedly I don't know anything at all about python and the error could be with my configuration but this made me think that the build script was only compatible with 2.6 and so I switched over to that and I can build blockly on my machine without any issues using 2.6.