← Back to team overview

yade-users team mailing list archive

Re: Experiments on a rotating cylinder

 

>         Traceback (most recent call last):
>           File "/usr/local/YADE/bin/yade-bzr2153", line 112, in
>         <module>
>             execfile(args[0])
>           File "cyl.py", line 53
>         
>         VTKRecorder(iterPeriod=1000,fileName='/tmp/bulldozer-',recorders=['spheres','facets'])
>         
>  
>         SyntaxError: invalid syntax
This is some syntax issue in your file (you'd have to attach your whole
file to see; the line itself look fine, perhaps you don't have comma
after the previous engine and such).

> VTKRecorder(iterPeriod=1000,fileName='/tmp/bulldozer-',recorders=['spheres','facets'])
> NameError: name 'VTKRecorder' is not defined
While this indeed comes from compilation without vtk as Anton suggested.

Cheers, v.






Follow ups

References