pizza dview.py

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

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)

​i don't think there is much of a chance to make the OpenGL support in
pizza.py work these days.
pizza.py is not actively maintained, and particularly not the parts
depending on external python modules, several of which have been abandoned
or had API changes.
you'll do yourself a great favor switching to a different visualization
tool. there are several that *are* actively maintained.

axel.​