Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. python -tt scripts.py
  2. Traceback (most recent call last):
  3. File "scripts.py", line 51, in <module>
  4. asyncio.run(main())
  5. File "C:\Python\Python37\lib\asyncio\runners.py", line 43, in run
  6. return loop.run_until_complete(main)
  7. File "C:\Python\Python37\lib\asyncio\base_events.py", line 584, in run_until_complete
  8. return future.result()
  9. File "scripts.py", line 42, in main
  10. p = await asyncio.create_subprocess_exec(sys.executable, script)
  11. File "C:\Python\Python37\lib\asyncio\subprocess.py", line 217, in create_subprocess_exec
  12. stderr=stderr, **kwds)
  13. File "C:\Python\Python37\lib\asyncio\base_events.py", line 1533, in subprocess_exec
  14. bufsize, **kwargs)
  15. File "C:\Python\Python37\lib\asyncio\base_events.py", line 463, in _make_subprocess_transport
  16. raise NotImplementedError
  17. NotImplementedErrorExecutei o script e deu um erro:
  18. python -tt scripts.py
  19. Traceback (most recent call last):
  20. File "scripts.py", line 51, in <module>
  21. asyncio.run(main())
  22. File "C:\Python\Python37\lib\asyncio\runners.py", line 43, in run
  23. return loop.run_until_complete(main)
  24. File "C:\Python\Python37\lib\asyncio\base_events.py", line 584, in run_until_complete
  25. return future.result()
  26. File "scripts.py", line 42, in main
  27. p = await asyncio.create_subprocess_exec(sys.executable, script)
  28. File "C:\Python\Python37\lib\asyncio\subprocess.py", line 217, in create_subprocess_exec
  29. stderr=stderr, **kwds)
  30. File "C:\Python\Python37\lib\asyncio\base_events.py", line 1533, in subprocess_exec
  31. bufsize, **kwargs)
  32. File "C:\Python\Python37\lib\asyncio\base_events.py", line 463, in _make_subprocess_transport
  33. raise NotImplementedError
  34. NotImplementedError
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement