pgadmin4/web/pgadmin/misc
Ashesh Vashi 7767c085c3 Resolved an issue finding the python interpreter on *nix systems, and
Windows 2008 R2 (32 bit), while running the pgAdmin 4 as runtime for
the PostgreSQL one click installers.

- Found a typo in runtime code, we were appending the path using ';' on
  *nix systems too. We should have used ':', and that did not allow the
  os.environ['PATH'] to identify the correct path of the python
  interpreter under the 'venv' directory.

- On Windows 2008, it was not honouring the environment variables, set
  under the Qt application (e.g. pgAdmin4.exe runtime), in the python
  application. (e.g. pgAdmin4.py). We will need to assume that - the
  python interpreter resides under the 'venv' directory outside the
  'bin' directory.

- Also, on windows 2008, it was setting PYTHONHOME environment variable
  to the full path of the pgAdmin4.exe, we need to reset it to 'venv'
  directory, if we find the python interpreter under it.

Thanks Murtuza Zabuawala for tips, and help.
2017-03-10 21:19:06 +05:30
..
bgprocess Resolved an issue finding the python interpreter on *nix systems, and 2017-03-10 21:19:06 +05:30
depends Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
file_manager Fix the path to the busy indicator for the treeview which changed when the aciTree module was moved. 2017-03-06 10:36:07 +00:00
sql Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
static/explain Improve query plan tooltip formatting. 2017-01-06 15:38:27 +00:00
statistics Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00
templates Fix display of graphical query plans for UPDATE/DELETE queries. Fixes #2133 2017-02-06 10:43:31 +00:00
__init__.py Update copyright notices for 2017. 2017-01-04 13:33:32 +00:00