Re: [Ironpython-users] Cpython module import: ipy.exe vs. ScriptEngine semantics

2017-08-09 Thread Stéphane Lozier
Notice that in the traceback it's listing the failing files as coming from C:\Python27\Lib. IronPython has its own set of standard libraries and those need to be included when using ScriptEngine. When you use ipy.exe it loads the proper standard libraries (if you type sys.path in the interactive yo

[Ironpython-users] Cpython module import: ipy.exe vs. ScriptEngine semantics

2017-08-08 Thread ☯ D . Snezhkov
Hello, I am trying to work with prompt_toolkit module in my IronPython application, and I see different results on interactive import via ipy.exe vs. called from ScriptEngine. If I import the module in interactive console (ipy64.exe -X:Frames -X:BasicConsole) everything works. (I have to force sy