slozier

Results 254 comments of slozier

> * Finally, I already know the command, but I additionally inquire if it can be executed without the following error message I was suggesting trying the command with the...

`_sre` is a built-in module and not part of the lib. It sounds like `IronPython.Modules.dll` is not getting copied to your output folder (same issue as https://github.com/IronLanguages/ironpython3/issues/1778).

The `requests` module is not part of the standard library. You'll have to find a compatible version (e.g. 2.21.0) and make it (and its dependencies) available in your search paths.