start
Table of Contents

--errorlevel=ERRORLEVEL

Choose the level of feedback that you need when errors occur. Mostly useful for debugging.

none

Display no error messages

message

Display on the error message

An error occured processing PO file

exception

Give the error message and name and Python exception

ValueError: An error occured processing PO file

traceback

Provide a full traceback for debugging purposes

csv2po: warning: Error processing: nso/readlicense_oo/docs/readme.csv: Traceback (most recent call last):

  File "/usr/lib/python2.4/site-packages/translate/misc/optrecurse.py", line 415, in recursiveprocess
    success = self.processfile(fileprocessor, options, fullinputpath, fulloutputpath, fulltemplatepath)

  File "/usr/lib/python2.4/site-packages/translate/misc/optrecurse.py", line 468, in processfile
    if fileprocessor(inputfile, outputfile, templatefile, **passthroughoptions):

  File "/usr/lib/python2.4/site-packages/translate/convert/csv2po.py", line 183, in convertcsv
    outputpo = convertor.convertfile(inputcsv)

  File "/usr/lib/python2.4/site-packages/translate/convert/csv2po.py", line 159, in convertfile
    raise ValueError("An error occured processing PO file")

ValueError: An error occured processing PO file