getting "path error" when adding external libraries to Skulpt

160 Views Asked by At

I am trying to use Python's matplotlib with Skulpt in App Inventor/Thunkable, I created a "third-party.js" file following this link https://gist.github.com/bnmnetp/20bd9105f11f2a164fc0 and I added the file in App Inventor.

I am getting this error

:NetworkError: Failed to execute 'send' on 'XMLHttpRequest':Failed to load 'file:///static/primeronoo/skulpt/external/matplotlib/init.js'.

What should I do ?

0

There are 0 best solutions below