Dear all:
I am trying to do my first example run with dedalus (lane_embden example), and when I execute using "python lane_embden.py" I get the following error:
Traceback (most recent call last):
File "lane_emden.py", line 5, in <module>
from dedalus import public as de
File "/home/pablo/Research/Codes/dedalus/src/dedalus/dedalus/public.py", line 7, in <module>
from .tools import logging as logging_setup
File "/home/pablo/Research/Codes/dedalus/src/dedalus/dedalus/tools/logging.py", line 26, in <module>
rootlogger = logging.root
AttributeError: 'module' object has no attribute 'root'
I am new to python, so I am completely lost. Could you guys give me some hint?
Thanks a lot and kind regards,
Pablo