martinblech / xmltodict

Python module that makes working with XML feel like you are working with JSON
MIT License
5.49k stars 462 forks source link

OSError: [WinError 233] No process at the other end of the pipeline #314

Open QGB opened 2 years ago

QGB commented 2 years ago
 in exit
    print(msg)
  File "C:\QGB\Anaconda3\lib\site-packages\colorama\ansitowin32.py", line 47, in write
    self.__convertor.write(text)
  File "C:\QGB\Anaconda3\lib\site-packages\colorama\ansitowin32.py", line 170, in write
    self.write_and_convert(text)
  File "C:\QGB\Anaconda3\lib\site-packages\colorama\ansitowin32.py", line 198, in write_and_convert
    self.write_plain_text(text, cursor, len(text))
  File "C:\QGB\Anaconda3\lib\site-packages\colorama\ansitowin32.py", line 203, in write_plain_text
    self.wrapped.write(text[start:end])
OSError: [WinError 233] 管道的另一端上无任何进程。