views:

349

answers:

1

I'm trying to use the GoogleMaps javascript library from inside of SpiderMonkey using the pythong wrapper, but I can't because of the lack of a DOM.

Is there some way I can integrate a DOM into this so that I can get this to work?

A: 

env.js implements the DOM. I know it at least works in SpiderMonkey and Rhino but SpiderMonkey may have issues with things like XMLHttpRequest.

Eli Grey