Hello,
I am currently trying to use the pizza script dview.py which launch the vcr tool on LAMMPS dump files and I get following error when writing the command >g = gl(d)
where “from gl import gl” and “d=dump(files)”
Traceback (most recent call last):
File “”, line 1, in
File “/home/mborreguero/Work/pizza/src/gl.py”, line 191, in init
self.create_window()
File “/home/mborreguero/Work/pizza/src/gl.py”, line 234, in create_window
self.root = Toplevel(tkroot)
File “/usr/lib/python2.7/lib-tk/Tkinter.py”, line 2137, in init
BaseWidget.init(self, master, ‘toplevel’, cnf, {}, extra)
File “/usr/lib/python2.7/lib-tk/Tkinter.py”, line 2094, in init
(widgetName, self._w) + extra + self._options(cnf))
_tkinter.TclError: can’t invoke “toplevel” command: application has been destroyed
Could someone help me please?
Thank you a lot.
Best