Edgar Andrés Margffoy Tuay
Edgar Andrés Margffoy Tuay
> So, we should probably convert from rst to markdown for known libraries? This is is the only alternative available, as LSP maintainers denied an RST proposal sent last year:...
Is there any update on this issue?
@audun- We haven't released Python packages yet. However, if you're installing from source, you can execute ``pip install .`` on the repo's root.
@VeloSteve Thanks for your recommendation, right now we're pending of doing the first release. There's already an open PR (#34) to solve this issue, feel free to add your contribution.
This is weird, since standard streams are being recreated in case the parent has redirected them: https://github.com/spyder-ide/pywinpty/blob/bceb88334eea2355cab2216b8cead091dbb7246e/src/csrc/conpty_common.cpp#L94 Did the error occur on a cmd prompt?
@nsait-linaro, do you know if this issue still occurs with the latest release?
Hi @Robatronic, thanks for reaching out! I have two questions regarding your use-case of pywinpty: 1. Have you tried to use the library in a synchronous fashion? Without using async...
Does terminado outputs the program correctly?
I haven't tried to compile pywinpty using MinGW, I need to reproduce it, let me set up a mingw-w64 environment to see if it is possible to do so.
Hi @abingham, thanks for reaching out! I have a question, does any error message comes up? Or did it fail immediately? Also, have you tried setting a backend directly? ```python...