I have been playing around with pyscript examples. It all looks good when the example is in the repo itself but when I moved it out to it’s own repo, I started to see this error
JsException(PythonError: Traceback (most recent call last): File "/lib/python3.10/asyncio/futures.py", line 201, in result raise self._exception File "/lib/python3.10/asyncio/tasks.py", line 232, in __step result = coro.send(None) File "/lib/python3.10/site-packages/_pyodide/_base.py", line 500, in eval_code_async await CodeRunner( File "/lib/python3.10/site-packages/_pyodide/_base.py", line 351, in run_async coroutine = eval(self.code, globals, locals) File "",
line 1, in ImportError: cannot import name 'handTrack' from 'js' (unknown location) )