Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.80) (envelope-from ) id 1ZovMT-0008O6-L8 for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Oct 2015 15:31:33 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84) (envelope-from ) id 1ZovMT-0004nP-6X for pgadmin-hackers@arkaria.postgresql.org; Wed, 21 Oct 2015 15:31:33 +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) (envelope-from ) id 1ZovMG-0004Yv-6f for pgadmin-hackers@postgresql.org; Wed, 21 Oct 2015 15:31:20 +0000 Received: from mail-ig0-f179.google.com ([209.85.213.179]) by makus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84) (envelope-from ) id 1ZovMC-00063A-9f for pgadmin-hackers@postgresql.org; Wed, 21 Oct 2015 15:31:18 +0000 Received: by igbkq10 with SMTP id kq10so100938475igb.0 for ; Wed, 21 Oct 2015 08:31:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=r3cC6D9Giv4RMT7ZY/t+n2l+wlCsADdTNiD7JeyWAd8=; b=DyMe6jns8HzHpN1Z+oFB5q0Lzew51dPxwUIIywEpHAqceEqpxP/4meCd0XsunzzxL6 2FFYLBXwPRqOyal5CB3X0PvxNjdcJf0gU5vKhKEUoxlQOWyQnSQ/p0dvexZOpRIfPLjc VuyU25JDCYocZTbvhF/ARCGvAWSnjSSd3oT08plcK1pT6JBDwaTagNB5r+LiGBQLE24v ldJLHgYFidBK+h+zy2joNmKPXClSdYoPH/sJTLFtgFMjq19tw9ZKhrR1E//Zd4/4BFuh R7OCu8glqPSKXM0Ik/Cy8ldvftApjllRshScM8Ngrf58fPlggHuXqn173cKHuWhNlXFU y0xQ== X-Gm-Message-State: ALoCoQl0W2Bw4U4/ePBztwnN0+aIynKBpxfbRSZmp6H1PngbR5GZoZkWJAqLlg+xFESlwE2HLffX MIME-Version: 1.0 X-Received: by 10.50.141.136 with SMTP id ro8mr11570784igb.11.1445441475569; Wed, 21 Oct 2015 08:31:15 -0700 (PDT) Received: by 10.64.110.37 with HTTP; Wed, 21 Oct 2015 08:31:15 -0700 (PDT) In-Reply-To: References: Date: Wed, 21 Oct 2015 16:31:15 +0100 Message-ID: Subject: Re: Building/Running PGADMIN4 From: Dave Page To: Weston Weems 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 Hi On Wed, Oct 21, 2015 at 4:27 PM, Weston Weems wrote: > Ahh running from command prompt I could see what was broke... > > I was missing a bunch of python modules... got thorugh a bunch of it but > ultimately failed to get past Flask-Gravatar. > > Is there any chance that in the future pgadmin4 will be distributed as a > single executable (.app in the osx world), vs having that app and having to > setup python perfectly? That is the intention, though right now we're concentrating on the Python code that does the all the real work. The C++ code is really just a runtime for desktop users (the Python code can also be deployed on a web server for multiple users) - plus it hasn't been touched in a long time and is known to have a threading issue that prevents it working properly with the current Python code. Unless you want to get involved in the development, there's probably not much point in playing with the code yet - it only just connects to Postgres at the moment, and can't even list databases or server properties at the moment. -- 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