On Thu, Oct 17, 2013 at 6:19 PM, Ansis Atteka <aatt...@nicira.com> wrote: > 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.
Did you mean that we should append $(srcdir)/python/compat to PYTHONPATH just before ovs-vswitchd.conf.db.5 is built, if there is no uuid.py present on the buildserver already? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev