Advertisement
mwchase

utils.load stacktrace excerpt

Aug 19th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. File "/home/mwchase/comparison/pyro_getter.py", line 26, in getfile
  2. return pyro.utils.load(self.dir.format(**kwargs))
  3. File "/home/mwchase/.local/lib/python2.6/site-packages/pyro/utils.py", line 61, in load
  4. return HDFStruct(filename)
  5. File "/home/mwchase/.local/lib/python2.6/site-packages/pyro/utils.py", line 55, in __init__
  6. data = h5py.File(filename)
  7. File "/usr/lib/python2.6/dist-packages/h5py/highlevel.py", line 636, in __init__
  8. self.fid = h5f.create(name, h5f.ACC_EXCL, fapl=plist)
  9. File "/usr/lib/python2.6/dist-packages/h5py/_sync.py", line 88, in wrap
  10. return func(*args, **kwds)
  11. File "h5f.pyx", line 96, in h5py.h5f.create (h5py/h5f.c:1394)
  12. h5py._stub.IOError: File exists (Internal error (too specific to document in detail): System error message)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement