From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.toke.dk X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-101.9 required=5.0 tests=BAYES_00,SHORTCIRCUIT shortcircuit=ham autolearn=disabled version=3.4.2 Received: from mail.toke.dk by mail.toke.dk with LMTP id RQ8eJMXiLF36CQAAOr1fkg (envelope-from ) for ; Mon, 15 Jul 2019 22:32:05 +0200 Authentication-Results: mail.toke.dk; none (SPF check N/A for local connections - client-ip=77.235.54.103; helo=web6.sd.eurovps.com; envelope-from=flent-users-bounces@flent.org; receiver=) Authentication-Results: mail.toke.dk; dkim=fail reason="signature verification failed" (1024-bit key) header.d=github.com header.i=@github.com header.b=cWMPEYO3 Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 6CED763B5E0 for ; Mon, 15 Jul 2019 22:31:55 +0200 (CEST) Received: from [::1] (port=56836 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1hn7da-002bMi-El; Mon, 15 Jul 2019 23:31:54 +0300 Received: from out-24.smtp.github.com ([192.30.252.207]:40411) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hn7dS-002bHk-2Y for flent-users@flent.org; Mon, 15 Jul 2019 23:31:52 +0300 Date: Mon, 15 Jul 2019 13:31:05 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1563222665; bh=6M0sqcpy1yMSLLZMiB+qB84V8f6y8NX2pXZGdTKRRpM=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=cWMPEYO3nQ+DLongvNMsq4Xv2irS2cODN2WX93RUCLsqiVZ11ZrK9GuSGEYxAIqwK +6yDjGyuO4GBJPJ+b2fJNl0ncf0DsWcCGnRuxkaAAfFjnK5aRX57YnYWK8igZ9o4tr bHxnv1c3OClR5VEUkp/h9NJZORUbxyCz8W048C3Q= From: =?UTF-8?B?VG9rZSBIw7hpbGFuZC1Kw7hyZ2Vuc2Vu?= To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: tohojo X-GitHub-Recipient: flent-users X-GitHub-Reason: comment X-Auto-Response-Suppress: All X-GitHub-Recipient-Address: flent-users@flent.org Subject: Re: [Flent-users] [tohojo/flent] Unable to use flent-gui from 83d14d68 (#167) X-BeenThere: flent-users@flent.org X-Mailman-Version: 2.1.27 List-Id: Flent discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: tohojo/flent Cc: Comment , flent-users Content-Type: multipart/mixed; boundary="===============3033470454296247844==" Errors-To: flent-users-bounces@flent.org Sender: "Flent-users" X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - web6.sd.eurovps.com X-AntiAbuse: Original Domain - toke.dk X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - flent.org X-Get-Message-Sender-Via: web6.sd.eurovps.com: acl_c_authenticated_local_user: mailman/mailman X-Authenticated-Sender: web6.sd.eurovps.com: mailman@flent.org --===============3033470454296247844== Content-Type: multipart/alternative; boundary="--==_mimepart_5d2ce28951018_64d83ffcf2ecd96420833d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d2ce28951018_64d83ffcf2ecd96420833d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Pete Heist writes: > Ok, the problem doesn't happen with PySide2. It's likely with recent > versions of PyQt5, although I'm not exactly sure of the first version > where it started. It's also possible the bug doesn't happen on MacOS > 10.14 (Mojave), but my 2011 hardware is pinned to 10.13 so I can't > test that. So far I'm glad it's working now, but I can try another > test if you want. BTW I think the qtpy commit is on the main branch... Oh, right, pushed to the wrong branch... oops... well, guess I better go fix the tests, then :) Found another instance of what appears to be the same PyQt bug: https://github.com/GNS3/gns3-gui/issues/2819 -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/167#issuecomment-511558066 ----==_mimepart_5d2ce28951018_64d83ffcf2ecd96420833d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Pete Heist <notifications@github.com> writes:

> Ok, the problem doesn't happen with PySide2. It's likely with recent
> versions of PyQt5, although I'm not exactly sure of the first version
> where it started. It's also possible the bug doesn't happen on MacOS
> 10.14 (Mojave), but my 2011 hardware is pinned to 10.13 so I can't
> test that. So far I'm glad it's working now, but I can try another
> test if you want. BTW I think the qtpy commit is on the main branch...

Oh, right, pushed to the wrong branch... oops... well, guess I better go
fix the tests, then :)

Found another instance of what appears to be the same PyQt bug:
https://github.com/GNS3/gns3-gui/issues/2819


You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.

----==_mimepart_5d2ce28951018_64d83ffcf2ecd96420833d-- --===============3033470454296247844== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Flent-users mailing list Flent-users@flent.org http://flent.org/mailman/listinfo/flent-users_flent.org --===============3033470454296247844==--