[pgadmin-hackers] building with Qt runtime question

Поиск
Список
Период
Сортировка
От George Gelashvili
Тема [pgadmin-hackers] building with Qt runtime question
Дата
Msg-id CAHowoHZheHC8aoTwYGy=iuee+X7WsbkpbQsisap1yYuRzxaHKA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgadmin-hackers] building with Qt runtime question
Список pgadmin-hackers
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 use for development without success.

We see:
ImportError: No module named site
Installing pip from https://bootstrap.pypa.io/get-pip.py...
pyenv: version `2.7.12/envs/venv' is not installed (set by PYENV_VERSION environment variable)
error: failed to install pip via get-pip.py
make: *** [appbundle] Error 1

Anyone who's built an OSX pgadmin package: what are your PGDIR, QTDIR, PYTHON_HOME, and PYTHON_VERSION set to? Which python is active in the terminal you run make appbundle from? Are you doing any other setup for that make to succeed?

Thanks!
George & Tira

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Atira Odhner
Дата:
Сообщение: Re: [pgadmin-hackers][patch] change --pkg behavior
Следующее
От: Khushboo Vashi
Дата:
Сообщение: Re: [pgadmin-hackers] [pgAdmin4][Patch]: RM 2089 - PARALLEL SAFEsupport for functions missing