Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #86946

Re: Make standalone gui-enabled app for LINUX

Date 2015-03-05 18:20 +0000
From Phil Thompson <phil@riverbankcomputing.com>
Subject Re: Make standalone gui-enabled app for LINUX
Organization Riverbank Computing Limited
References <413fc3f5-38c3-4477-8495-366852e583e7@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.60.1425580106.21433.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Make standalone gui-enabled app for LINUX Mehdi <mese1979@gmail.com> - 2015-03-05 09:31 -0800
  Re: Make standalone gui-enabled app for LINUX Phil Thompson <phil@riverbankcomputing.com> - 2015-03-05 18:20 +0000
  Re: Make standalone gui-enabled app for LINUX Christian Gollwitzer <auriocus@gmx.de> - 2015-03-05 22:27 +0100
    Re: Make standalone gui-enabled app for LINUX Mehdi <mese1979@gmail.com> - 2015-03-06 00:14 -0800
      Re: Make standalone gui-enabled app for LINUX Christian Gollwitzer <auriocus@gmx.de> - 2015-03-06 20:11 +0100

csiph-web