Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bfUkv-0000yZ-Ap for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Sep 2016 16:22:21 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bfUku-0003rt-G6 for pgadmin-hackers@arkaria.postgresql.org; Thu, 01 Sep 2016 16:22:20 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bfUku-0003rn-2i for pgadmin-hackers@postgresql.org; Thu, 01 Sep 2016 16:22:20 +0000 Received: from mail-it0-x233.google.com ([2607:f8b0:4001:c0b::233]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bfUko-0001Vz-Tu for pgadmin-hackers@postgresql.org; Thu, 01 Sep 2016 16:22:18 +0000 Received: by mail-it0-x233.google.com with SMTP id e124so112910430ith.0 for ; Thu, 01 Sep 2016 09:22:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:from:date:message-id:subject:to:cc; bh=PQUlfbeu00AmxDTcmqhSBXGM4VxkNETtdgq9O8CW7ig=; b=HK97zWE4jGfCQzdsQYVDnnqKpk09b2BxmkyUsj7UhNKqtfssNmcc4IyXobq4ZYvyt1 1D6sgb/TD8CzT9+GPBhD0R3GP7ta0iE1lKyc7T/z853CsFEmTmeOQ5Cuc2YceGyszKHh vFt/ErAnDkJx/SEqklcPd4GbWnyjxWqw1GsfI9Jf5m3/xdD4kOod8V/ZweWN7jQ+YriV 1RQth3t+eW0p+EjCSHmXuyFrYNKUL5wQRTp7NBI/9o6Hf+ALssJAEYZVs66KodFHeFMF tLhlz4VimqsZdl6o0r4oEpdBmYCPobtto4CojLqqXnV99riX+s4+S49A98BuvOXdgK5M uaKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=PQUlfbeu00AmxDTcmqhSBXGM4VxkNETtdgq9O8CW7ig=; b=jE61c0307LSy8iueij3M6WWIRw8/qEq3PYCBQdJXjPOGvn7Sh+S6pEDBiPyw8ih73N nqYsFsyY58uv4nWN9wSWncuD2wXJjUpwxZL1Y4o6C//XpYRnZ3qGDCNixBJmfuFmcygX tADxgOMjUSS7LUoad21cWYlsw8G5Z+T75qNJ0G9PlaYBW7h5PM0M7L/V7AHL7sefxNb0 M+9gt1wZW/MLTiUNRmr47JcPOLYT6vd8G4LyD9e6dY6zFRAPMFI6f9jNQThLJ4L5wmJC Uqv2ks6ZWeSfj4qAr97d5SJTPV3KU6hThbyam9TZM/4RPSSFLhbuifKweTALuge1kJKx A12g== X-Gm-Message-State: AE9vXwNQeOuQAx3F7wcANedEtUPOy7Vp6edYoOaCtAGvdpvU8BjMOkoMc79s+2hfg6/+4JF6iJN7UwFMRa+Lrg== X-Received: by 10.36.211.197 with SMTP id n188mr21181659itg.65.1472746933795; Thu, 01 Sep 2016 09:22:13 -0700 (PDT) MIME-Version: 1.0 Received: by 10.64.1.203 with HTTP; Thu, 1 Sep 2016 09:22:13 -0700 (PDT) From: Dave Page Date: Thu, 1 Sep 2016 17:22:13 +0100 Message-ID: Subject: Runtime broken on Mac To: Ashesh Vashi , Neel Patel Cc: pgadmin-hackers Content-Type: text/plain; charset=UTF-8 X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org Neel, Ashesh, re: https://git.postgresql.org/gitweb/?p=pgadmin4.git;a=commitdiff;h=a3e8ba93ae6968f13b331d9218d51b8e2d39f344 it seems that setting PYTHON_HOME breaks the runtime on Mac OSX. Doing so means that the system installed Python libraries cannot be found, a (large) number of which do not get installed into the virtualenv. Now I could modify the package build scripts to copy or symlink all those extra files and directories into the virtual env (I would probably symlink, as that's what happens with the rest of the venv), but before I do - can you remind me why we needed to explicitly set it anyway? -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company -- Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers