From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 8D6AAA0599 for ; Sun, 19 Apr 2020 08:19:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C6F41D577; Sun, 19 Apr 2020 08:19:12 +0200 (CEST) Received: from inbox.dpdk.org (xvm-172-178.dc0.ghst.net [95.142.172.178]) by dpdk.org (Postfix) with ESMTP id 92A6D1D58C for ; Sun, 19 Apr 2020 08:19:10 +0200 (CEST) Received: by inbox.dpdk.org (Postfix, from userid 33) id 6C971A05A0; Sun, 19 Apr 2020 08:19:10 +0200 (CEST) From: bugzilla@dpdk.org To: spp@dpdk.org Date: Sun, 19 Apr 2020 06:19:08 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: SPP X-Bugzilla-Component: ctl X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: vipin.varghese@intel.com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: High X-Bugzilla-Assigned-To: yasufum.o@gmail.com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://bugs.dpdk.org/ Auto-Submitted: auto-generated X-Auto-Response-Suppress: All MIME-Version: 1.0 Subject: [spp] [Bug 453] SPP-CTL does not run with python2.7 X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" https://bugs.dpdk.org/show_bug.cgi?id=3D453 Bug ID: 453 Summary: SPP-CTL does not run with python2.7 Product: SPP Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: major Priority: High Component: ctl Assignee: yasufum.o@gmail.com Reporter: vipin.varghese@intel.com CC: spp@dpdk.org Target Milestone: --- CMD: python2.7 src/spp-ctl/spp-ctl -b 127.0.0.1 URL: ```https://doc.dpdk.org/spp/setup/getting_started.html#setup``` states python 2 is compatible Expected Result: spp-ctl connecting to the primary SPP Current result:=20 ``` # python2.7 src/spp-ctl/spp-ctl -b 127.0.0.1 Traceback (most recent call last): File "src/spp-ctl/spp-ctl", line 11, in sys.exit(main()) File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_ctl.py", line 269, in main args.api_port) File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_ctl.py", line 30, in __init__ self.web_server =3D spp_webapi.WebServer(self, host, api_port) File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_webapi.p= y", line 159, in __init__ self.mount("/v1", V1Handler(controller)) File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_webapi.p= y", line 179, in __init__ self.mount("/primary", V1PrimaryHandler(controller)) File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_webapi.p= y", line 477, in __init__ self._initialize() File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_webapi.p= y", line 485, in _initialize self.mount("/flow_rules", V1PrimaryFlowHandler(self.ctrl)) File "/home/saesrv02/Downloads/explore/spp-19.11/src/spp-ctl/spp_webapi.p= y", line 609, in __init__ super().__init__(controller) TypeError: super() takes at least 1 argument (0 given) ``` --=20 You are receiving this mail because: You are on the CC list for the bug.=