Daniel, We have a fix for that particular error coming for 5.3.0 final. Please see https://gitlab.kitware.com/paraview/paraview/merge_requests/1415.
Cory On Thu, Feb 23, 2017 at 5:40 PM, Daniel Zuidinga <[email protected]> wrote: > I still try to get pvwebvisualizer running on win 10: > > C:\Program Files\ParaView > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit>.\bin\pvpython.exe > share\paraview-5.3\web\visualizer\server\pvw-visualizer.py --content > share\paraview-5.3\web\visualizer\www\ --data data\ --port 8080 > 2017-02-23 23:38:18+0100 [-] Log opened. > 2017-02-23 23:38:18+0100 [-] Traceback (most recent call last): > 2017-02-23 23:38:18+0100 [-] File > "share\paraview-5.3\web\visualizer\server\pvw-visualizer.py", line 219, in > <module> > 2017-02-23 23:38:18+0100 [-] server.start_webserver(options=args, > protocol=_VisualizerServer) > 2017-02-23 23:38:18+0100 [-] File "C:\Program Files\ParaView > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\vtk\web\server.py", > line 185, in start_webserver > 2017-02-23 23:38:18+0100 [-] appSession = > protocol(types.ComponentConfig(realm = "vtkweb")) > 2017-02-23 23:38:18+0100 [-] File "C:\Program Files\ParaView > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\paraview\web\wamp.py", > line 13, in __init__ > 2017-02-23 23:38:18+0100 [-] wamp.ServerProtocol.__init__(self, config) > 2017-02-23 23:38:18+0100 [-] File "C:\Program Files\ParaView > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\vtk\web\wamp.py", > line 62, in __init__ > 2017-02-23 23:38:18+0100 [-] self.initialize() > 2017-02-23 23:38:18+0100 [-] File > "share\paraview-5.3\web\visualizer\server\pvw-visualizer.py", line 202, in > initialize > 2017-02-23 23:38:18+0100 [-] interactionProxy.Camera3DManipulators = > ['Rotate', 'Pan', 'Zoom', 'Pan', 'Roll', 'Pan', 'Zoom', 'Rotate', 'Zoom'] > 2017-02-23 23:38:18+0100 [-] File "C:\Program Files\ParaView > 5.3.0-RC2-Qt5-OpenGL2-Windows-64bit\bin\lib\site-packages\paraview\servermanager.py", > line 314, in __setattr__ > 2017-02-23 23:38:19+0100 [-] "to add this attribute.") > 2017-02-23 23:38:19+0100 [-] AttributeError: Attribute Camera3DManipulators > does not exist. This class does not allow addition of new attributes to > avoid mistakes due to typos. Use add_attribute() if you really want to add > this attribute. > > Am 23.02.2017 um 20:27 schrieb Cory Quammen: >> >> Folks, >> >> I am pleased to announce that binaries and source code zip files and >> tar balls for ParaView 5.3.0 Release Candidate 2 are now available for >> download from >> >> http://www.paraview.org/download/ >> >> Please let us know if you run into any problems with this release >> candidate. The ParaView issue tracker is located at >> >> https://gitlab.kitware.com/paraview/paraview/issues >> >> Sincerely, >> Cory >> > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview -- Cory Quammen Staff R&D Engineer Kitware, Inc. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
