Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.015 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'tutorial': 0.03; 'url:sourceforge': 0.03; 'python3': 0.07; 'windows,': 0.09; 'python': 0.11; 'gui': 0.12; 'portable': 0.16; 'qt,': 0.16; 'subject:gui': 0.16; 'wrote:': 0.18; 'users.': 0.18; 'app': 0.19; 'install': 0.23; 'header:User-Agent:1': 0.23; 'helpful': 0.24; "haven't": 0.24; 'header:In-Reply-To:1': 0.27; "i'm": 0.30; 'included': 0.31; 'announced': 0.31; 'app.': 0.31; 'linux.': 0.31; 'run': 0.32; 'linux': 0.33; 'trouble': 0.34; 'received:66': 0.35; 'but': 0.35; 'there': 0.35; 'version': 0.36; 'really': 0.36; 'application': 0.37; 'list': 0.37; 'easily': 0.37; 'manager': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; "couldn't": 0.39; 'to:addr:python.org': 0.39; 'how': 0.40; 'even': 0.60; 'most': 0.60; 'new': 0.61; 'making': 0.63; 'oss': 0.84; 'phil': 0.84; 'subject:Make': 0.91 X-Virus-Scanned: Debian amavisd-new at riverbankcomputing.com MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 05 Mar 2015 18:20:36 +0000 From: Phil Thompson To: python-list@python.org Subject: Re: Make standalone gui-enabled app for LINUX Organization: Riverbank Computing Limited In-Reply-To: <413fc3f5-38c3-4477-8495-366852e583e7@googlegroups.com> References: <413fc3f5-38c3-4477-8495-366852e583e7@googlegroups.com> X-Sender: phil@riverbankcomputing.com User-Agent: Roundcube Webmail/0.9.5 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1425580106 news.xs4all.nl 2894 [2001:888:2000:d::a6]:53270 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:86946 On 05/03/2015 5:31 pm, Mehdi wrote: > Hi > I know there are tools like cx_freeze or nuitka for making a linux > standalone python app. but i couldn't find a good tutorial about how > to making a portable gui-enabled python3 app in linux. by gui-enabled > i mean application which use any gui libs like pygobject, qt or wx. > I know most of linux distros have python installed(usually version 2) > and a package manager to install packages with their dependencies(rpm > or deb). but i'm thinking of really portable app with all dependencies > included to run easily almost on every linux OSs with no trouble even > for new or less experienced linux users. > So again how can i make a portable python3 + gui(pygobject, qt, wx) for > linux? > I found some helpful guide for windows, but what about linux? I haven't announced this on the list yet, but... http://pyqt.sourceforge.net/Docs/pyqtdeploy/ Phil