Hi ...
... and thanks for previous help!
now I have another easy (stupid) question, I could not found
an answer to in the docu. I'd like to create SQL queries.
So I downloaded the demo stuff from trampgeek.
The question is what is to be done on the server (Ubuntu 16.04.)?
I have sqlite3 running ... But after having pasted in the sql - snippet
for a query I get the following error in the browser:
***runtime error***
Error: unable to open database "q1": unable to open database file
Traceback (most recent call last):
File "__tester__.python3", line 37, in <module>
universal_newlines=True)
File "/usr/lib/python3.5/subprocess.py", line 626, in check_output
**kwargs).stdout
File "/usr/lib/python3.5/subprocess.py", line 708, in run
output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['sqlite3', 'q1']' returned non-zero exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "__tester__.python3", line 40, in <module>
raise Exception("sqlite3 error: " + str(e))
Exception: sqlite3 error: Command '['sqlite3', 'q1']' returned non-zero exit status 1
Thanks for your help!
Best,
Thor