Reply To: Data Parser

Home Forums Support Data Parser Reply To: Data Parser

#8853
Bill
Guest

I have a problem which I hope the forum may be able to help me with.

I have a working survey with the QRTE Engine JavaScript code inserted into the header area. I have version 2.7.11 Python runtime environment installed and the most recent version of the Python Parser implementation. I have successfully managed to download the survey data in .csv format from the Qualtrics server and would now like to parse the data in order to import it into SPSS. I would like to parse all files locally rather than using a web based parser.

I receive the following error feedback which appears to directly relate to the parser.py code file and/or related modules.

C:\>python C:\pp\parser.py C:\Test\Stroop.csv
Traceback (most recent call last):
File “C:\pp\parser.py”, line 5, in <module>
from qrte_parser_python import QRTEParser, QRTEParserLogger, log
File “C:\pp\qrte_parser_python\__init__.py”, line 5, in <module>
from .qrteparser import QRTEParser
File “C:\pp\qrte_parser_python\qrteparser.py”, line 2, in <module>
from builtins import object
ImportError: No module named builtins

Any help regarding why this is occurring would be greatly appreciated.

Best wishes
Bill