Re: [pgadmin-support] pgAdmin4-web install issues WAS: PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-09 Thread Josh Berkus
On 10/09/2016 04:36 PM, Josh Berkus wrote: > I'll confirm here that the Web version doesn't work either from the > Fedora packages. In the case of the web version, this appears to be > because of confusion between Python2 and Python3 dependencies. Leaving out the SQLite bug (see other thread), he

Re: [pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-09 Thread Josh Berkus
On 10/09/2016 05:04 PM, Josh Berkus wrote: > sqlite> select * from ConfigDB; > Error: no such table: ConfigDB More relevantly: sqlite> select * from version; Error: no such table: version -- -- Josh Berkus Red Hat OSAS (any opinions are my own) -- Sent via pgadmin-support mailing list (pgadm

[pgadmin-support] pgAdmin4 Server does not create SQLite tables

2016-10-09 Thread Josh Berkus
Attempting to access pgAdmin4 from HTTP I get a "500 server error". Consulting the logs, I see: [Sun Oct 09 23:48:16.337065 2016] [wsgi:error] [pid 4689] [remote 98.246.109.153:200] sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such table: version [SQL: 'SELECT version.name AS ver

Re: [pgadmin-support] PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-09 Thread Atilio Medina
If I wanted to install the web version from the source code download, what would the steps to get it working on RHEL 7 systems? Do I just copy the files to the webserver and add the configuration to Apache? I was looking at these instructions for references but didn't know there there more steps th

Re: [pgadmin-support] PgAdmin4 is not usable when installed from RPMs on Fedora linux

2016-10-09 Thread Josh Berkus
I'll confirm here that the Web version doesn't work either from the Fedora packages. In the case of the web version, this appears to be because of confusion between Python2 and Python3 dependencies. CC'ing Devrim. On 10/03/2016 09:35 AM, Peter Juhasz wrote: > Dear PgAdmin4 maintainers, > > I w