That's an incorrect syntax, you are probably trying to do the following: reader = servermanager.sources.vrmlreader(FileName = "/home/jmazo/car.wrl")
* note the " ... FileName= ..." Utkarsh 2009/1/9 Jorge Mario Mazo <[email protected]>: > hi there > > I'm trying to load wrl file from the python console > > I'm using > > reader = servermanager.sources.vrmlreader("/home/jmazo/car.wrl") > > but I get this error > > > Exeption exceptions.RuntimeError: 'maximum recursion depth exceeded' in > <bound method vrmlreader.__del__ of <paraview.servermanager.vrmlreader > object at 0xc71ef0>> ignored > > > thanks > > > _______________________________________________ > ParaView mailing list > [email protected] > http://www.paraview.org/mailman/listinfo/paraview > > _______________________________________________ ParaView mailing list [email protected] http://www.paraview.org/mailman/listinfo/paraview
