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 MAlwGpGHLV11cwAAOr1fkg (envelope-from ) for ; Tue, 16 Jul 2019 10:15:13 +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=clPJuHCZ Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 40A1A63BDE8 for ; Tue, 16 Jul 2019 10:15:10 +0200 (CEST) Received: from [::1] (port=53840 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1hnIc9-0047v2-3M; Tue, 16 Jul 2019 11:15:09 +0300 Received: from out-9.smtp.github.com ([192.30.254.192]:37225) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hnIbz-0047ng-Or for flent-users@flent.org; Tue, 16 Jul 2019 11:15:06 +0300 Date: Tue, 16 Jul 2019 01:14:18 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1563264858; bh=iHbIKCf29kb3PzFnOtjKCgVYomvsN5usU3+y2vx83y0=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=clPJuHCZ6EF2HRwGpuzNAw+w/7bhW1H94fFw+GX2lZDvok/wOmECv6gSuOF6F+s9U BSqqYTfNEk9kkNg/dvJ0h6Mq6q40/0jxB5j85nRIkOFgFeuDYBAoKG8A1DacrcSiZt NOVPH/J8UiNQFgHP805IbAPMRcqy7nUKZunJ9XGU= 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="===============7549098933707889181==" 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 --===============7549098933707889181== Content-Type: multipart/alternative; boundary="--==_mimepart_5d2d875a678d8_46f23fbf5d2cd95c19665d"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d2d875a678d8_46f23fbf5d2cd95c19665d Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Pete Heist writes: > It looks like it was still using PyQt5 in your case, so make sure to first do: > > ``` > export QT_API= pyside2 > ``` > > If this is a long-term fix for Mac, maybe that var could be set on > MacOS when sys.platform is darwin, assuming we have a chance to do so > before those libs are initialized. Probably best would be if they > fixed PyQt5. :) Yeah, I'm not really sure what the long-term solution should be. I guess I can try sending an email to the PyQt5 mailing list and see if anyone responds... -- 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-511714362 ----==_mimepart_5d2d875a678d8_46f23fbf5d2cd95c19665d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit Pete Heist <notifications@github.com> writes:

> It looks like it was still using PyQt5 in your case, so make sure to first do:
>
> ```
> export QT_API= pyside2
> ```
>
> If this is a long-term fix for Mac, maybe that var could be set on
> MacOS when sys.platform is darwin, assuming we have a chance to do so
> before those libs are initialized. Probably best would be if they
> fixed PyQt5. :)

Yeah, I'm not really sure what the long-term solution should be. I guess
I can try sending an email to the PyQt5 mailing list and see if anyone
responds...


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

----==_mimepart_5d2d875a678d8_46f23fbf5d2cd95c19665d-- --===============7549098933707889181== 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 --===============7549098933707889181==--