Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Vincent Vande Vyvre Newsgroups: comp.lang.python Subject: Re: [Ubuntu] PyQt5 Date: Sun, 8 Nov 2015 06:36:26 +0100 Lines: 18 Message-ID: References: Reply-To: vincent.vandevyvre@oqapy.eu Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-Trace: news.uni-berlin.de mgPFis9vZJNZmfdK+pgS2ARE/rxPtdjOd1mij+s6WCtA== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'subject:: [': 0.03; 'buttons': 0.09; 'advance': 0.10; 'apps': 0.15; 'assistance!': 0.16; 'from:name:vincent vande vyvre': 0.16; 'received:195.130': 0.16; 'received:195.130.137': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'received:telenet- ops.be': 0.16; 'sudo': 0.16; '\xe9crit': 0.16; 'subject:] ': 0.19; 'fairly': 0.22; 'examples': 0.24; 'header:In-Reply-To:1': 0.24; 'install': 0.25; "i've": 0.25; 'header:User-Agent:1': 0.26; 'example': 0.26; 'installed': 0.26; 'andrew': 0.27; 'fine': 0.28; 'locks': 0.29; "i'm": 0.30; 'code': 0.30; 'received:be': 0.30; 'supposed': 0.31; 'up.': 0.32; 'maybe': 0.33; 'run': 0.33; 'ubuntu': 0.33; 'handle': 0.34; 'running': 0.34; 'to:addr:python- list': 0.36; 'thank': 0.38; 'to:addr:python.org': 0.40; 'charset:windows-1252': 0.62; 'header:Reply-To:1': 0.67; 'reply- to:no real name:2**0': 0.71; 'click': 0.76; 'apt-get': 0.84 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98422 Le 08/11/2015 04:13, Andrew Diamond a écrit : > Hi! > > I'm fairly new to Python, and installed pyqt5 and began working through the examples at http://zetcode.com/gui/pyqt5/menustoolbars/ However, whenever I click one of the buttons or menus in the example apps I run that is supposed to quit the application, it locks up. This happens with all the examples I installed that handle code to quit the app. > > Running Ubuntu 15.10, and installed pyqt5 via: > > sudo apt-get install python3-pyqt5 > sudo apt-get install qtcreator > > Thank you in advance for any assistance! Works fine for me on 15.04. I've tested the first example with the menuBar. Have you a message into the terminal? Maybe an error? Vincent