Advertisement
Guest User

Untitled

a guest
Sep 18th, 2014
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File ".././view_plot.py", line 124, in <module>
  3. status = main()
  4. File ".././view_plot.py", line 81, in main
  5. ax = pickle.load(file(args.plot))
  6. File "/usr/lib/python2.7/pickle.py", line 1378, in load
  7. return Unpickler(file).load()
  8. File "/usr/lib/python2.7/pickle.py", line 858, in load
  9. dispatch[key](self)
  10. File "/usr/lib/python2.7/pickle.py", line 1090, in load_global
  11. klass = self.find_class(module, name)
  12. File "/usr/lib/python2.7/pickle.py", line 1126, in find_class
  13. klass = getattr(mod, name)
  14. AttributeError: 'module' object has no attribute '_PicklableSubplotClassConstructor'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement