Re: [pgadmin-hackers] building with Qt runtime question

2017-02-10 Thread Dave Page
On Fri, Feb 10, 2017 at 4:42 PM, George Gelashvili wrote: > Thanks Dave. That helped us get it building -- it turns out we had set up > virtualenv under pyenv instead of under system python. We also had to > chmod+w on the pg_dump that is supposed to be re-written by > install_name_tool. > Now we

Re: [pgadmin-hackers] building with Qt runtime question

2017-02-10 Thread George Gelashvili
Thanks Dave. That helped us get it building -- it turns out we had set up virtualenv under pyenv instead of under system python. We also had to chmod+w on the pg_dump that is supposed to be re-written by install_name_tool. Now we are just having issues running it. It shows the splash screen and th

Re: [pgadmin-hackers] building with Qt runtime question

2017-02-10 Thread Dave Page
Hi On Thu, Feb 9, 2017 at 11:22 PM, George Gelashvili wrote: > Hello Hackers! > > We're having trouble building the app with Qt runtime. > We've tried running make appbundle after setting PGDIR, QTDIR, PYTHON_HOME, > and PYTHON_VERSION environment variables. We've tried setting PYTHON_HOME to > t

[pgadmin-hackers] building with Qt runtime question

2017-02-09 Thread George Gelashvili
Hello Hackers! We're having trouble building the app with Qt runtime. We've tried running make appbundle after setting PGDIR, QTDIR, PYTHON_HOME, and PYTHON_VERSION environment variables. We've tried setting PYTHON_HOME to the roots of brew (effectively, system) python as well as the virtualenv we