peblio / app

GNU General Public License v3.0
4 stars 2 forks source link

problems with python editor #900

Open MathuraMG opened 3 years ago

MathuraMG commented 3 years ago

Nature of issue?

Details about the bug:

Feature enhancement details:

New feature details:

komalahuwalia commented 3 years ago

The issues that exist with injecting skulpt directly:

  1. Python runtime / compiletime errors were not seen on the console
  2. Even after upgrading skulpt files, it still did not support python 3.

To solve these issues, we moved to using skulpt npm package. After the upgarde, the editor supports python 3. And we are able to see runtime / compiletime errors in the Console.

Changes to support this have been done as as part of https://github.com/peblio/app/pull/901