From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id BC011293B for ; Fri, 24 Aug 2018 11:25:13 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Aug 2018 02:25:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,281,1531810800"; d="scan'208";a="67529650" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.56]) ([10.237.221.56]) by orsmga007.jf.intel.com with ESMTP; 24 Aug 2018 02:25:11 -0700 From: Ferruh Yigit To: Yasufumi Ogawa Cc: Yasufumi Ogawa , dpdk-spp References: <7952f98f-8fcf-7634-6e6a-457d625456ce@intel.com> <3dea2421-3114-cc43-2f92-571d33fb601a@gmail.com> <6192e934-0e16-2ecd-d556-710801cd8a59@intel.com> Openpgp: preference=signencrypt Message-ID: <2d448412-b50d-2ccc-d2e1-555faf6409bf@intel.com> Date: Fri, 24 Aug 2018 10:25:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <6192e934-0e16-2ecd-d556-710801cd8a59@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [spp] python2 support 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: , X-List-Received-Date: Fri, 24 Aug 2018 09:25:14 -0000 On 8/22/2018 10:22 AM, Ferruh Yigit wrote: > On 8/16/2018 2:52 PM, Yasufumi Ogawa wrote: >> Hi Ferruh, >> >> You are required to install 'future' module by running 'pip install >> future' for using 'queue' with both of Python 2 and 3. I should include >> this instruction in SPP documentation. >> >> I think I should add 'requirements.txt' to install all of required >> modules and not disturb users. I would like to send a patch for updating. > > This would be useful, thanks. btw, I confirm installing "future" module fixes python2 issue. > >> >> Thanks, >> Yasufumi >> >> On 2018/08/16 19:43, Ferruh Yigit wrote: >>> Hi Yasufumi, >>> >>> When running spp with python2 I am getting following error [1] but works fine >>> with python3. >>> >>> Are you guys testing with python2 and is there any other module should I install >>> for python2? >>> >>> [1] >>> from queue import Queue >>> ImportError: No module named queue >>> >>> Thanks, >>> ferruh >>> >