Sandbox doesn't work with node 0.5.7
The following returns 'undefined' in node 0.5.7 (perhaps other 0.5.x version, too):
process.binding('evals').Script
This causes utils.js:sandbox() to break.
I am having this problem, too, but with new versions of node and nodeunit:
$ nodeunit --version 0.8.1 ~/lib/thrift/lib/nodejs/test $ node --version v0.11.8-pre
$ NODE_PATH=../lib:../lib/thrift nodeunit binary.test.js
/usr/local/lib/node_modules/nodeunit/lib/utils.js:14
Script = process.binding('evals').Script || process.binding('evals').NodeS
^
Error: No such module
at Object.