You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Python host environment supplies basic subsets of NodeJS's fs, path, process, etc, modules; as-needed by dcp-client (other project?)
44
44
- Python TypedArrays coerce to JS TypeArrays
@@ -65,7 +65,7 @@ this package to execute our complex `dcp-client` library, which is written in JS
65
65
66
66
## Using the library
67
67
68
-
See also: examples/
68
+
See also: [examples/](examples/)
69
69
70
70
### Install from [PyPI](https://pypi.org/project/pythonmonkey/)
71
71
@@ -101,8 +101,11 @@ Alternatively, you can build a `wheel` package by running `poetry build --format
101
101
102
102
# Troubleshooting Tips
103
103
104
+
## REPL - pmjs
105
+
A basic JavaScript shell, `pmjs`, ships with PythonMonkey.
106
+
104
107
## CommonJS (require)
105
-
If you are having trouble with the CommonJS require function, setDEBUG='ctx-module*'and you can see the filenames it tries to laod
108
+
If you are having trouble with the CommonJS require function, setenvironment variable DEBUG='ctx-module*'and you can see the filenames it tries to laod.
106
109
107
110
### Extra Symbols
108
111
Loading the CommonJS subsystem declares some extra symbols which may be helpful in debugging -
0 commit comments