> Which tells me it's still trying to use the javascript engine to run the > code, how can I tell pivot to use a different engine? The "language" > attribute for the tag <bxml:script> seems to do nothing.
The language attribute actually defines the language that is used in the attribute-based event handlers. If you want to use Python code in your handlers, you'll need to include this.
