Files
2026-05-09 22:44:17 +02:00

11 lines
501 B
Plaintext

---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
Cell In[1], line 3
1 import sys
2 sys.path.append('/a0/usr/workdir/gutasktool')
----> 3 from gutasktool import main as gt_main
4 try:
5 result = gt_main.main(['orient'])
ImportError: cannot import name 'main' from 'gutasktool' (/a0/usr/workdir/gutasktool/gutasktool/__init__.py)
(venv) root@18e4f1044611:/a0/usr/workdir#