Advertisement
Guest User

Untitled

a guest
Jun 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.30 KB | None | 0 0
  1. python
  2.  
  3. import sys
  4.  
  5. sys.path.insert(0, '/nix/store/89bjrnjb8c9vvhzb92fz832x6fwg3kbj-gcc-5.4.0-lib/share/gcc-5.4.0/python')
  6. from libstdcxx.v6.printers import register_libstdcxx_printers
  7.  
  8. try:
  9.     register_libstdcxx_printers(None)
  10. except Exception as e:
  11.     print("caught an error: " + str(e))
  12.  
  13. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement