sgzwiz / brython

Automatically exported from code.google.com/p/brython
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

ReferenceError: pos2line is not defined #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  put unittest python directory and files under brython test directory
2.  type import unittest in brython console page and hit run.
3.  console displays  'ReferenceError: pos2line is not defined'

What is the expected output? What do you see instead?
I expected to see an error (like couldn't import xyz module, etc)..

What version of the product are you using? On what operating system?

Please provide any additional information below.
this can be fixed by placing   var pos2line={}; on line 1876 of py2js.js

Original issue reported on code.google.com by billy.earney@gmail.com on 16 Feb 2013 at 3:16

GoogleCodeExporter commented 9 years ago
pos2line has been removed from py2js.js, so I'm going to close this issue.

Original comment by billy.earney@gmail.com on 27 Feb 2013 at 1:50