Advertisement
vsokoltsov

Untitled

Mar 20th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. if test $? -ne 0 ; then \
  2. echo "generate-posix-vars failed" ; \
  3. rm -f ./pybuilddir.txt ; \
  4. exit 1 ; \
  5. fi
  6. XXX lineno: 8, opcode: 115
  7. Could not import runpy module
  8. generate-posix-vars failed
  9. make: *** [pybuilddir.txt] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement