C:\Python33\Scripts>commcare-export.exe --username vipin.gupta@crs.org --password ******** --query ./DET/Configuration_Settings_Dev.xlsx --project evaluate-2-0 --output poc-test.xlsx --output-format xlsx --verbose 2017-06-02 16:20:48,800 commcare_export.cli DEBUG Writing Household Details 2017-06-02 16:20:48,809 requests.packages.urllib3.connectionpool DEBUG Starting new HTTPS connection (1): www.commcarehq.org 2017-06-02 16:20:50,285 requests.packages.urllib3.connectionpool DEBUG https://www.commcarehq.org:443 "GET /a/evaluate-2-0/api/v0.5/form/?xmlns.exact=http%3A%2F%2Fopenrosa.org%2Fformdesigner%2F1503751D-9837-4400-8DB7-BEF35BB995F0&limit=1000 HTTP/1.1" 401 None 2017-06-02 16:20:51,473 requests.packages.urllib3.connectionpool DEBUG https://www.commcarehq.org:443 "GET /a/evaluate-2-0/api/v0.5/form/?xmlns.exact=http%3A%2F%2Fopenrosa.org%2Fformdesigner%2F1503751D-9837-4400-8DB7-BEF35BB995F0&limit=1000 HTTP/1.1" 200 None 2017-06-02 16:20:51,477 c:\python33\lib\site-packages\commcare_export\commcare_hq_client.py DEBUG Received 0-1000 of 19 Traceback (most recent call last): File "c:\python33\lib\site-packages\commcare_export\env.py", line 142, in lookup try: return self.d[name] KeyError: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\python33\lib\site-packages\commcare_export\env.py", line 111, in lookup try: return self.left.lookup(name) File "c:\python33\lib\site-packages\commcare_export\env.py", line 143, in lookup except KeyError: raise NotFound() commcare_export.env.NotFound During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\python33\lib\site-packages\commcare_export\env.py", line 142, in lookup try: return self.d[name] KeyError: None During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\python33\lib\site-packages\commcare_export\env.py", line 111, in lookup try: return self.left.lookup(name) File "c:\python33\lib\site-packages\commcare_export\env.py", line 112, in lookup except NotFound: return self.right.lookup(name) File "c:\python33\lib\site-packages\commcare_export\env.py", line 143, in lookup except KeyError: raise NotFound() commcare_export.env.NotFound During handling of the above exception, another exception occurred: Traceback (most recent call last): File "c:\python33\lib\runpy.py", line 160, in _run_module_as_main "__main__", fname, loader, pkg_name) File "c:\python33\lib\runpy.py", line 73, in _run_code exec(code, run_globals) File "C:\Python33\Scripts\commcare-export.exe\__main__.py", line 9, in File "c:\python33\lib\site-packages\commcare_export\cli.py", line 200, in entry_point main(sys.argv[1:]) File "c:\python33\lib\site-packages\commcare_export\cli.py", line 84, in main main_with_args(args) File "c:\python33\lib\site-packages\commcare_export\cli.py", line 185, in main_with_args writer.write_table(table) File "c:\python33\lib\site-packages\commcare_export\writers.py", line 114, in write_table for row in table['rows']: File "c:\python33\lib\site-packages\commcare_export\minilinq.py", line 260, in iterate yield self.body.eval(env.replace(item)) File "c:\python33\lib\site-packages\commcare_export\minilinq.py", line 218, in eval return [item.eval(env) for item in self.items] File "c:\python33\lib\site-packages\commcare_export\minilinq.py", line 218, in return [item.eval(env) for item in self.items] File "c:\python33\lib\site-packages\commcare_export\minilinq.py", line 84, in eval return env.lookup(self.ref) File "c:\python33\lib\site-packages\commcare_export\env.py", line 112, in lookup except NotFound: return self.right.lookup(name) File "c:\python33\lib\site-packages\commcare_export\env.py", line 184, in lookup raise NotImplementedError() NotImplementedError