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 UrrQEE2eLF01XwAAOr1fkg (envelope-from ) for ; Mon, 15 Jul 2019 17:39:57 +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=TNAzZ6wE Received: from web6.sd.eurovps.com (web6.sd.eurovps.com [77.235.54.103]) by mail.toke.dk (Postfix) with ESMTPS id 24C4063B2CF for ; Mon, 15 Jul 2019 17:39:50 +0200 (CEST) Received: from [::1] (port=36038 helo=web6.sd.eurovps.com) by web6.sd.eurovps.com with esmtp (Exim 4.92) (envelope-from ) id 1hn34v-002AqI-Au; Mon, 15 Jul 2019 18:39:49 +0300 Received: from out-24.smtp.github.com ([192.30.252.207]:55443) by web6.sd.eurovps.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92) (envelope-from ) id 1hn34l-002Alc-DX for flent-users@flent.org; Mon, 15 Jul 2019 18:39:45 +0300 Date: Mon, 15 Jul 2019 08:38:58 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=github.com; s=pf2014; t=1563205138; bh=+H/shOOWz/UWfVCLF+oieS651CEIE+ldM3Rhinby2cU=; h=Date:From:Reply-To:To:Cc:In-Reply-To:References:Subject:List-ID: List-Archive:List-Post:List-Unsubscribe:From; b=TNAzZ6wEqIFSm1N09mUMQcs5nIkmQxFOYxzPy+E/OXBwAqjFLXedWohwFK2TGygeK /HUlwQxqsa6ysRw2s7jP0mD+t+W4LQc7WYKeI97N15FtsKvoEb0iZh/+F5jlX0TROX JSvUpy7MSSgKpPYIDKF1T/+tIp2XMZPZVg2oU8nY= From: Pete Heist To: tohojo/flent Message-ID: In-Reply-To: References: Mime-Version: 1.0 Precedence: list X-GitHub-Sender: heistp X-GitHub-Recipient: flent-users X-GitHub-Reason: subscribed 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: Subscribed Content-Type: multipart/mixed; boundary="===============7174490942675121879==" 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 --===============7174490942675121879== Content-Type: multipart/alternative; boundary="--==_mimepart_5d2c9e122f281_1b433fb9262cd96c17491"; charset=UTF-8 Content-Transfer-Encoding: 7bit ----==_mimepart_5d2c9e122f281_1b433fb9262cd96c17491 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sure, no problem :)...that does give some more info: ``` % flent-gui --verbose --debug-error *.flent.gz Started Flent 1.9.9-git-83d14d6 using Python 3.7.4. CACHEDIR=/Users/heistp/.matplotlib Loaded backend agg version unknown. Initialised matplotlib v3.1.1 on numpy v1.16.4. GUI loaded. Running on PyQt v5.12.3. Loading data file batch-two-flow-2019-07-15T130800-reno_reno-sce-sce-single-50Mbit-80ms.flent.gz Loading data file batch-two-flow-2019-07-15T130800-reno-sce_reno-sce-sce-single-50Mbit-80ms.flent.gz Executing test environment file /usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/tests/tcp_2up.conf Executing test environment file /usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/tests/tcp_2up.conf ERROR: Error while loading data file: ' returned a result with an error set'. Skipping. AttributeError: __getattribute__ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 837, in load_one widget = self.add_tab(r, t, current_plot, focus=False) File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 777, in add_tab widget = ResultWidget(self.viewArea, self.settings, self.worker_pool) File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 2072, in __init__ super(ResultWidget, self).__init__(parent) File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 224, in __init__ self.setupUi(self) File "", line 25, in setupUi SystemError: returned a result with an error set ERROR: Error while loading data file: ' returned a result with an error set'. Skipping. AttributeError: __getattribute__ The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 837, in load_one widget = self.add_tab(r, t, current_plot, focus=False) File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 777, in add_tab widget = ResultWidget(self.viewArea, self.settings, self.worker_pool) File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 2072, in __init__ super(ResultWidget, self).__init__(parent) File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 224, in __init__ self.setupUi(self) File "", line 25, in setupUi SystemError: returned a result with an error set ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/167#issuecomment-511454382 ----==_mimepart_5d2c9e122f281_1b433fb9262cd96c17491 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit

Sure, no problem :)...that does give some more info:

% flent-gui --verbose --debug-error *.flent.gz
Started Flent 1.9.9-git-83d14d6 using Python 3.7.4.
CACHEDIR=/Users/heistp/.matplotlib
Loaded backend agg version unknown.
Initialised matplotlib v3.1.1 on numpy v1.16.4.
GUI loaded. Running on PyQt v5.12.3.
Loading data file batch-two-flow-2019-07-15T130800-reno_reno-sce-sce-single-50Mbit-80ms.flent.gz
Loading data file batch-two-flow-2019-07-15T130800-reno-sce_reno-sce-sce-single-50Mbit-80ms.flent.gz
Executing test environment file /usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/tests/tcp_2up.conf
Executing test environment file /usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/tests/tcp_2up.conf
ERROR: Error while loading data file: '<built-in function connectSlotsByName> returned a result with an error set'. Skipping.
AttributeError: __getattribute__

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 837, in load_one
    widget = self.add_tab(r, t, current_plot, focus=False)
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 777, in add_tab
    widget = ResultWidget(self.viewArea, self.settings, self.worker_pool)
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 2072, in __init__
    super(ResultWidget, self).__init__(parent)
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 224, in __init__
    self.setupUi(self)
  File "<string>", line 25, in setupUi
SystemError: <built-in function connectSlotsByName> returned a result with an error set
ERROR: Error while loading data file: '<built-in function connectSlotsByName> returned a result with an error set'. Skipping.
AttributeError: __getattribute__

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 837, in load_one
    widget = self.add_tab(r, t, current_plot, focus=False)
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 777, in add_tab
    widget = ResultWidget(self.viewArea, self.settings, self.worker_pool)
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 2072, in __init__
    super(ResultWidget, self).__init__(parent)
  File "/usr/local/lib/python3.7/site-packages/flent-1.9.9_git_83d14d6-py3.7.egg/flent/gui.py", line 224, in __init__
    self.setupUi(self)
  File "<string>", line 25, in setupUi
SystemError: <built-in function connectSlotsByName> returned a result with an error set


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

----==_mimepart_5d2c9e122f281_1b433fb9262cd96c17491-- --===============7174490942675121879== 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 --===============7174490942675121879==--