From orion@nwra.com Fri Jan 11 18:08:18 2019 Received: (at submit) by bugs.x2go.org; 11 Jan 2019 17:08:24 +0000 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (localhost [127.0.0.1]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 8A0A05DAEF for ; Fri, 11 Jan 2019 18:08:18 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at ymir.das-netzwerkteam.de Received: from ymir.das-netzwerkteam.de ([127.0.0.1]) by localhost (ymir.das-netzwerkteam.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id VmHl_0LHrwGV for ; Fri, 11 Jan 2019 18:08:11 +0100 (CET) X-Greylist: delayed 340 seconds by postgrey-1.35 at ymir.das-netzwerkteam.de; Fri, 11 Jan 2019 18:08:10 CET Received: from mail.nwra.com (mail.nwra.com [72.52.192.72]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id DE20F5DA26 for ; Fri, 11 Jan 2019 18:08:10 +0100 (CET) Received: from pacas.cora.nwra.com (c-67-166-25-97.hsd1.co.comcast.net [67.166.25.97]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail.nwra.com (Postfix) with ESMTPSA id DB23E3403E1 for ; Fri, 11 Jan 2019 09:02:27 -0800 (PST) Subject: Fwd: [Bug 1665366] New: Cannot run AttributeError: module 'wx' has no attribute 'TaskBarIcon' References: To: submit@bugs.x2go.org From: Orion Poplawski Organization: NorthWest Research Associates X-Forwarded-Message-Id: Message-ID: <96ae31e6-3d23-80f6-bb78-8720a5df730d@nwra.com> Date: Fri, 11 Jan 2019 10:02:25 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Package: pyhoca-gui -------- Forwarded Message -------- Subject: [Bug 1665366] New: Cannot run AttributeError: module 'wx' has no attribute 'TaskBarIcon' Date: Fri, 11 Jan 2019 07:15:55 +0000 From: bugzilla@redhat.com To: orion@nwra.com https://bugzilla.redhat.com/show_bug.cgi?id=1665366 Bug ID: 1665366 Summary: Cannot run AttributeError: module 'wx' has no attribute 'TaskBarIcon' Product: Fedora Version: 29 Hardware: x86_64 OS: Linux Status: NEW Component: pyhoca-gui Severity: high Assignee: orion@nwra.com Reporter: rastislav.janci@gmail.com QA Contact: extras-qa@fedoraproject.org CC: orion@nwra.com Target Milestone: --- Classification: Fedora Description of problem: Cannot execute puhoca-gui application because of the changes in wxpython4 - wx.TaskBarIcon is moved to wx.adv.TaskBarIcon Version-Release number of selected component (if applicable): pyhoca-gui-0.5.0.7-6.fc29.noarch python3-cups-1.9.72-22.fc29.x86_64 python3-setproctitle-1.1.10-9.fc29.x86_64 python3-gobject-base-3.30.4-1.fc29.x86_64 python3-wxpython4-4.0.1-9.fc29.x86_64 python3-x2go-0.6.0.2-1.fc29.noarch How reproducible: run pyhoca-gui Steps to Reproduce: 1. Open command line 2. run pyhoca-gui Actual results: Traceback (most recent call last): File "/usr/bin/pyhoca-gui", line 35, in from pyhoca.wxgui.launcher import PyHocaGUI_Launcher File "/usr/lib/python3.7/site-packages/pyhoca/wxgui/launcher.py", line 44, in from .frontend import PyHocaGUI File "/usr/lib/python3.7/site-packages/pyhoca/wxgui/frontend.py", line 42, in from . import taskbar File "/usr/lib/python3.7/site-packages/pyhoca/wxgui/taskbar.py", line 83, in class PyHocaGUI_TaskBarIcon(wx.TaskBarIcon): AttributeError: module 'wx' has no attribute 'TaskBarIcon' Expected results: executed -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug.