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
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
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
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