Roundup Tracker - Issues

Message7354

Author noschvie
Recipients noschvie, rouilj
Date 2021-11-04.14:30:02
Message-id <a5fa1e85b7954eb0a0d35b8297747a72@pdts.at>
In-reply-to <20211104135912.ABC556A02DE@pe15.cs.umb.edu>
The Turnkey appliance seems to use Python 3.7 because of the error messge, but both are installed, 2.7 and 3.7

Importing issue - 1Traceback (most recent call last):
  File "/usr/local/lib/python3.7/dist-packages/roundup/admin.py", line 1702, in run_command
    ret = function(args[1:])
  File "/usr/local/lib/python3.7/dist-packages/roundup/admin.py", line 1448, in do_import
    nodeid = cl.import_list(file_props, r)
  File "/usr/local/lib/python3.7/dist-packages/roundup/backends/rdbms_common.py", line 3156, in import_list
    newid = eval_import(proplist[propnames.index("id")])
IndexError: list index out of range

root@roundup ~# dir /usr/local/lib
python2.7  python3.7

root@roundup ~# python --version
Python 2.7.16
History
Date User Action Args
2021-11-04 14:30:02noschviesetrecipients: + noschvie, rouilj
2021-11-04 14:30:02noschvielinkissue2551166 messages
2021-11-04 14:30:02noschviecreate