[Paraview] reading a wrl file from python gives an error

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Wed Jan 14 09:45:06 EST 2009


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 <jmm.mecanica at gmail.com>:
> 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
> ParaView at paraview.org
> http://www.paraview.org/mailman/listinfo/paraview
>
>


More information about the ParaView mailing list