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
For some reason I thought we had already ported vsc-base to Python 3, but it seems like I'm mis-remembering that... Some progress was made in #280, but it's definitely not complete.
PYTHONPATH=$HOME/work/vsc-base/lib python3 -c 'import vsc.utils.fancylogger'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/kehoste/work/vsc-base/lib/vsc/utils/fancylogger.py", line 192, in <module>
logging._levelNames['EXCEPTION'] = logging.ERROR
AttributeError: module 'logging' has no attribute '_levelNames'
The text was updated successfully, but these errors were encountered:
For some reason I thought we had already ported
vsc-base
to Python 3, but it seems like I'm mis-remembering that... Some progress was made in #280, but it's definitely not complete.The text was updated successfully, but these errors were encountered: