Re: [ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Alin Serdean
Anytime! Alin. > -Mesaj original- > De la: Ben Pfaff [mailto:b...@ovn.org] > Trimis: Thursday, January 21, 2016 3:22 AM > Către: Alin Serdean > Cc: dev@openvswitch.org > Subiect: Re: [ovs-dev] python problems in Windows build--need help > > It does, thanks a

Re: [ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Ben Pfaff
> Trimis: Thursday, January 21, 2016 2:34 AM > > Către: Alin Serdean > > Cc: dev@openvswitch.org > > Subiect: Re: [ovs-dev] python problems in Windows build--need help > > > > OK. > > > > The warning appears to kill the appveyor build. Do you know the appr

Re: [ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Alin Serdean
; De la: Ben Pfaff [mailto:b...@ovn.org] > Trimis: Thursday, January 21, 2016 2:34 AM > Către: Alin Serdean > Cc: dev@openvswitch.org > Subiect: Re: [ovs-dev] python problems in Windows build--need help > > OK. > > The warning appears to kill the appveyor build. Do you kno

Re: [ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Ben Pfaff
Alin. > > > -Mesaj original- > > De la: Ben Pfaff [mailto:b...@ovn.org] > > Trimis: Thursday, January 21, 2016 2:16 AM > > Către: Alin Serdean > > Cc: dev@openvswitch.org > > Subiect: Re: [ovs-dev] python problems in Windows build--need help > >

Re: [ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Alin Serdean
set, Python ABI tag may be incorr > ect > > sys.version_info < (3, 3))) \ > > pip 8.0.0 from c:\python27\lib\site-packages (python 2.7) > > > > Ref: https://github.com/pypa/pip/issues/3383 > > > > Alin. > > > > > -Mesaj original- >

Re: [ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Ben Pfaff
hub.com/pypa/pip/issues/3383 > > Alin. > > > -Mesaj original- > > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Ben Pfaff > > Trimis: Thursday, January 21, 2016 12:39 AM > > Către: dev@openvswitch.org > > Subiect: [ovs-dev] python problems i

[ovs-dev] python problems in Windows build--need help

2016-01-20 Thread Ben Pfaff
We recently added a build requirement for the Python "six" library. This isn't installed on appveyor by default, so it breaks. No problem, right--just add a command to install it. So I added (see https://ci.appveyor.com/project/blp/ovs-reviews/build/1.0.2): python -m pip install six to appv