Skip to content

Problem since updation 2024 R1 #2748

Answered by germa89
javilanja asked this question in Q&A
Discussion options

You must be logged in to vote

Please @javilanja, can you please:

  1. Post here the output from python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"
  2. Also, please try to replicate it with a minimum working example, for instance create a python script with the following content:
from ansys.mapdl.core import LOG

LOG.setLevel("DEBUG")
LOG.log_to_file("mylog.log")

from ansys.mapdl.core import launch_mapdl

mapdl = launch_mapdl(loglevel="DEBUG")
mapdl.prep7()
mapdl.exit()

this will generate a file called mylog.log please share in here too.

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@germa89
Comment options

Answer selected by germa89
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants