On Mon, Nov 18, 2013 at 8:15 AM, Ben Pfaff <b...@nicira.com> wrote: > On Mon, Nov 18, 2013 at 07:43:24AM -0800, Gurucharan Shetty wrote: >> The ":" used as a seperator does not work when >> the make is run. Nothing or space works fine. >> >> Signed-off-by: Gurucharan Shetty <gshe...@nicira.com> > > I don't understand how "" could work, because that gets removed by the > shell and Python would not get to see it. > > At least this document suggests that ";" is the standard PYTHONPATH > separator on Windows: > http://docs.python.org/2/using/windows.html I see that ";" works too. Since this is more obvious I will use this in V2. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev
- [ovs-dev] [PATCH 1/8] configure.ac: Make autoconf in Min... Gurucharan Shetty
- [ovs-dev] [PATCH 2/8] configure.ac: Identify when c... Gurucharan Shetty
- [ovs-dev] [PATCH 5/8] cccl: A wrapper that calls vi... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 5/8] cccl: A wrapper that ... Ben Pfaff
- Re: [ovs-dev] [PATCH 5/8] cccl: A wrapper t... Gurucharan Shetty
- [ovs-dev] [PATCH 3/8] Makefile.am: Make PYTHONPATH ... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 3/8] Makefile.am: Make PYT... Ben Pfaff
- Re: [ovs-dev] [PATCH 3/8] Makefile.am: Make... Gurucharan Shetty
- [ovs-dev] [PATCH 6/8] cccl: Provide '-' before the ... Gurucharan Shetty
- [ovs-dev] [PATCH 7/8] windefs: Add a placeholder fo... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 7/8] windefs: Add a placeh... Ben Pfaff
- Re: [ovs-dev] [PATCH 7/8] windefs: Add a pl... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 7/8] windefs: Add ... Ben Pfaff
- Re: [ovs-dev] [PATCH 7/8] windefs:... Gurucharan Shetty
- Re: [ovs-dev] [PATCH 7/8] wind... Ben Pfaff
- [ovs-dev] [PATCH 4/8] configure: Windows can have s... Gurucharan Shetty