-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed as not planned
Closed as not planned
Copy link
Labels
OS-emscriptenOS-unsupportedOS-windowstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Emscripten-node builds should be portable to other platforms. Copying an emscripten-build to a windows machine throws an error on startup:
Exception ignored error evaluating path:
Traceback (most recent call last):
File "<frozen getpath>", line 268, in <module>
OSError: failed to make path absolute
Fatal Python error: error evaluating path
The root cause I believe is here:
Line 1993 in 656167d
| #ifdef MS_WINDOWS |
Emscripten builds don't define MS_WINDOWS (and they shouldn't) but the emscripten-node build has to be able to handle running on windows too.
Your environment
- CPython versions tested on: Emscripten-node-debug build
- Operating system and architecture: Windows 10 x64
Metadata
Metadata
Assignees
Labels
OS-emscriptenOS-unsupportedOS-windowstype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Projects
Status
Done