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
most likely coming from the switch to python 2.6 to 2.7 : https://docs.python.org/3/whatsnew/2.7.html
"The import statement will no longer try an absolute import if a relative import (e.g. from .os import sep) fails. This fixes a bug, but could possibly break certain import statements that were only working by accident. (Fixed by Meador Inge; issue 7902.)"
my workaround for the moment is to add "." to the PYTHONPATH
The text was updated successfully, but these errors were encountered:
e.g.
ExTreeMaker/python/PatAnalysis/ControlPlots.py
Line 37 in c433655
most likely coming from the switch to python 2.6 to 2.7 : https://docs.python.org/3/whatsnew/2.7.html
"The import statement will no longer try an absolute import if a relative import (e.g. from .os import sep) fails. This fixes a bug, but could possibly break certain import statements that were only working by accident. (Fixed by Meador Inge; issue 7902.)"
my workaround for the moment is to add "." to the PYTHONPATH
The text was updated successfully, but these errors were encountered: