On Thu, Oct 17, 2013 at 3:21 PM, Ben Pfaff <b...@nicira.com> wrote:
> Builds for xenserver are failing now because xenserver doesn't have the
> uuid.py module (it uses a too-old python):
>
>        File "./ovsdb/ovsdb-doc", line 12, in ?
>          import ovs.db.schema
>        File 
> "/usr/src/redhat/BUILD/openvswitch-2.0.90.30095/python/ovs/db/schema.py", 
> line 20, in ?
>          from ovs.db import types
>        File 
> "/usr/src/redhat/BUILD/openvswitch-2.0.90.30095/python/ovs/db/types.py", line 
> 16, in ?
>          import uuid
>      ImportError: No module named uuid
>
> We'll probably have to arrange to use python/compat if the install
> doesn't have its own uuid.py.

I am looking into this.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to