wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.12k stars 182 forks source link

Script unable to connect to database in same directory #309

Closed sapporojones closed 4 years ago

sapporojones commented 4 years ago

I'm not sure where to put the database my script needs to use to lookup values. Generally when it's run from the command line the database exists and is assumed to be in the same CWD as the python script. Where do I put the database so the script can see it when wooey runs it?

sapporojones commented 4 years ago

I'm dumb sorry for the thrash if any, the database path needs to be absolute.