My program (bottle app) ran fine on my computer, but when I run it on PA as a webapp I get a 500 error. In the logs it says it can't find the one table the default page loads.
I ran a test script in console to read the SQLite database and it was able to read the database file just fine, and the table is there.
The bottle app can find the database just fine (tested this) but it is still not loading the table. Any thoughts?