Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,961
    • Issues 1,961
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaViewParaView
  • ParaViewParaView
  • Issues
  • #19519
Closed
Open
Issue created Dec 10, 2019 by Mathieu Westphal@mwestphalMaintainer

python object path are incorrect in the python shell

When using python, the python shell give module path for python object. These module path are always incorrect.

w=Wavelet()
c=Clip()
Show()
Render()
t=c.ClipType
t
<paraview.servermanager.Plane object at 0x7f4f31803910>
paraview.servermanager.Plane
Traceback (most recent call last):
  File "<console>", line 1, in <module>
AttributeError: module 'paraview.servermanager' has no attribute 'Plane'
paraview.servermanager.implicit_functions.Plane
<class 'paraview.servermanager.Plane'>

This module path is really hard to guess and must be hardcoded somewhere.

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking