Re: [pgadmin-hackers] pgAdmin 4 as Web application

2016-09-05 Thread Albe Laurenz
Dave Page wrote: mod_wsgi (pid=20880): Target WSGI script '/opt/pgadmin4/pgAdmin4.wsgi' cannot be loaded as Python module. mod_wsgi (pid=20880): Exception occurred processing WSGI script '/opt/pgadmin4/pgAdmin4.wsgi'. Traceback (most recent call last): File "/opt/p

Re: [pgadmin-hackers] pgAdmin 4 as Web application

2016-09-05 Thread Albe Laurenz
Dave Page wrote: > On Fri, Sep 2, 2016 at 1:45 PM, Albe Laurenz wrote: >> Now I get the following error: >> >> mod_wsgi (pid=20880): Target WSGI script '/opt/pgadmin4/pgAdmin4.wsgi' >> cannot be loaded as Python module. >> mod_wsgi (pid=20880): Exceptio

Re: [pgadmin-hackers] pgAdmin 4 as Web application

2016-09-02 Thread Albe Laurenz
Ashesh Vashi wrote: >> Now I'm getting to the same error as with the standalone version, see >> https://www.postgresql.org/message- > Looks like the Python 2.6 compatibility has been broken. > > For now - can you use Python 2.7/3? I tried again on a RHEL 7 machine with Python 2.7.5 and the lates

Re: [pgadmin-hackers] pgAdmin 4 as Web application

2016-08-10 Thread Albe Laurenz
Dave Page wrote: >> There is no file "pgAdmin4.wsgi" available for download. >> Did I miss something obvious? > > Hmm, no - looks like we did. I know people have been testing in web > mode, so I wonder how this got missed! > > I don't have time to test right now, but I believe something like the

Re: [pgadmin-hackers] pgAdmin 4 as Web application

2016-08-09 Thread Albe Laurenz
Neel Patel wrote: > We already have condition for QUrlQuery class as below. It will be used only > if Qt version is >= 5.0. > > #if QT_VERSION >= 0x05 > // Extract filename and query from encoded URL > QUrlQuery query_data(reply->url()); > QString file_name = query_data.queryItemV

Re: [pgadmin-hackers] pgAdmin 4 as Web application

2016-08-09 Thread Albe Laurenz
Neel Patel wrote: >> WebViewWindow.h:20:20: error: QWebView: No such file or directory > From the logs, it looks like - Qt webkit component is missing in Qt4 > installation. > Are you building Qt from source, If yes then there will be option in > configure script to build Qt4 > with webkit.

[pgadmin-hackers] pgAdmin 4 as Web application

2016-08-08 Thread Albe Laurenz
I'm trying to follow https://www.pgadmin.org/docs4/dev/server_deployment.html to install pgAdmin 4 as web application on RHEL 6, but I didn't get very far: There is no file "pgAdmin4.wsgi" available for download. Did I miss something obvious? So I tried to build from source, and failed immediate

Re: [pgadmin-hackers] Suggestion for pgAgent

2009-11-18 Thread Albe Laurenz
Dave Page wrote: > In further thought though - why can't you just set the target database > of the step to be 'remote' and then specify a connection string with a > specified username? I am running version 1.8 here, and this feature is new in 1.10, that's why I didn't see it. You are right, that

Re: [pgadmin-hackers] Suggestion for pgAgent

2009-11-16 Thread Albe Laurenz
Dave Page wrote: > > I asked this question on pgadmin-general before, and > > there was no reply. Maybe this list is more appropriate. > > > > When you configure an SQL job step, you can configure a database > > on which the script should run, but you cannot specify a database user. > > > > I'd lik

[pgadmin-hackers] Suggestion for pgAgent

2009-11-16 Thread Albe Laurenz
Dear hackers, I asked this question on pgadmin-general before, and there was no reply. Maybe this list is more appropriate. When you configure an SQL job step, you can configure a database on which the script should run, but you cannot specify a database user. I'd like to define schedules for va