Got problems running lpp.py to save dump files as VTK files
Hey everyone,
I'm using DEM for the first time and I have some troubles using the lpp/pizza postprocessing package.
when I'm running the lpp.py script in my post directory where the dumo files are located I get following error:
"python lpp.py
File "lpp.py", line 45
raise ValueError "Invalid or no argument given for chunksize"
^
SyntaxError: invalid syntax"
Is it a problem becaus of python2 and 3? Or what is the main issue I'm facing here?