Re: Test changing the backend / export - import
"John P. Rouillard" <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.user |
|---|---|
| Message-ID | <[email protected]> |
In message <[email protected]>, SCHLEMMER Norbert writes: >The "exporting" roundup is running 2.1.0 > >The "importing" roundup is on 2.0.0 >https://www.turnkeylinux.org/updates/new-turnkey-roundup-version-161 > >List of dump directory: [...] > >The error >> newid = eval_import(proplist[propnames.index("id")]) >> IndexError: list index out of range Can you run your import using -V (capital V). That should enable verbose mode for import and allow us to get at least a class that's being imported. Then look at the [classname].csv file and make sure that the csv is sane. There should be an id column and each row should have am id that can be interpreted as a number. Also each row must have the same number of fields. My guess is one of the CSV files has a short row. Also, can you edit the files in the image? If so we can modify rdbms_common.py to get more debugging info if we need it. -- -- rouilj John Rouillard =========================================================================== My employers don't acknowledge my existence much less my opinions.