Hi,
I am interested in trying to understand Bokeh better. To this end I have been trying to build on windows
following the Getting Set Up instructions.
I have successfully built 0.12.4 and executed the Line
example from the Quick start page.
However when I try to build 0.12.5 I find that the above
Line example does not display and I get the following exception
SCRIPT5007: Unable to get property ‘Eq’ of undefined or
null reference
File: bokeh.js, Line: 2653, Column: 1
With the stack frame
Anonymous function [Line: 35, Col: 1], solver.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 7, Col: 1], side_panel.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 7, Col: 1], annotation.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 3, Col: 1], index.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 6, Col: 1], index.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 4, Col: 1], base.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 4, Col: 1], embed.js
newRequire [Line: 18, Col: 1], prelude.js
foo [Line: 14, Col: 1], prelude.js
Anonymous function [Line: 5, Col: 1], main.js
newRequire [Line: 18, Col: 1], prelude.js
outer [Line: 26, Col: 1], prelude.js
Anonymous function [Line: 1, Col: 1], prelude.js
Global code [Line: 1, Col: 1], prelude.js
I think I read in a thread somewhere that you do not build
on windows so this may not be important to you. Otherwise if you wish I can
raise this on Github?
Cheers
Peter