Advertisement
Guest User

error testdecomposition

a guest
Nov 24th, 2014
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. ./test_decomposition_wpegs.py -t
  2. Traceback (most recent call last):
  3. File "./test_decomposition_wpegs.py", line 9, in <module>
  4. from sr.internal.matcher import Matcher
  5. File "/net/home/briones/sr-git/sr-git_maria/sr/__init__.py", line 6, in <module>
  6. from graphtype import graph
  7. File "/net/home/briones/sr-git/sr-git_maria/sr/graphtype.py", line 5, in <module>
  8. import graph_tool.all as gt
  9. File "/net/heap/rodriguez-pub/graphtool-env/venv/gt-66e5720f/lib/python2.7/site-packages/graph_tool/all.py", line 49, in <module>
  10. from graph_tool.run_action import *
  11. File "/net/heap/rodriguez-pub/graphtool-env/venv/gt-66e5720f/lib/python2.7/site-packages/graph_tool/run_action/__init__.py", line 44, in <module>
  12. from .inline import inline
  13. File "/net/heap/rodriguez-pub/graphtool-env/venv/gt-66e5720f/lib/python2.7/site-packages/graph_tool/run_action/inline.py", line 51, in <module>
  14. support_template = open(prefix + "/run_action/run_action_support.hh").read()
  15. IOError: [Errno 13] Permission denied: '/net/heap/rodriguez-pub/graphtool-env/venv/gt-66e5720f/lib/python2.7/site-packages/graph_tool/run_action/run_action_support.hh'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement