You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to run the example: https://mapdl.docs.pyansys.com/version/stable/examples/extended\_examples/gui/executable.html
but after installing modules PySide6, pyvistaqt and ansys-mapdl-core and running the complete script I get an error:
ImportError: cannot import name 'MapdlTheme' from 'ansys.mapdl.core'
The line that cases the error is:
from ansys.mapdl.core import Mapdl, MapdlTheme, launch_mapdl
The installed ansys-mapdl-core is version 0.68 (latest stable version).
There is no MapdlTheme in the site-packages directory, so what should be done to get the example script running?
I would like to run the example: https://mapdl.docs.pyansys.com/version/stable/examples/extended\_examples/gui/executable.html
but after installing modules PySide6, pyvistaqt and ansys-mapdl-core and running the complete script I get an error:
ImportError: cannot import name 'MapdlTheme' from 'ansys.mapdl.core'
The line that cases the error is:
from ansys.mapdl.core import Mapdl, MapdlTheme, launch_mapdl
The installed ansys-mapdl-core is version 0.68 (latest stable version).
There is no MapdlTheme in the site-packages directory, so what should be done to get the example script running?
Community Forum: https://discuss.ansys.com/discussion/4504/mapdltheme-not-in-ansys-mapdl-core
The text was updated successfully, but these errors were encountered: