Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. $ python -c 'import mozrunner;'
  2. Traceback (most recent call last):
  3. File "<string>", line 1, in <module>
  4. File "c:\mozilla-build\python\lib\site-packages\mozrunner\__init__.py", line 4
  5. 8, in <module>
  6. import killableprocess
  7. File "c:\mozilla-build\python\lib\site-packages\mozrunner\killableprocess.py",
  8. line 75, in <module>
  9. import winprocess
  10. File "c:\mozilla-build\python\lib\site-packages\mozrunner\winprocess.py", line
  11. 249, in <module>
  12. IsProcessInJobFlags)
  13. AttributeError: function 'IsProcessInJob' not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement