It's possible that PyYAML has been built to support the LibYAML bindings so it should be used:
------------ try: from yaml import CLoader as Loader from yaml import CDumper as Dumper except ImportError: from yaml import Loader, Dumper ------------ http://pyyaml.org/wiki/PyYAMLDocumentation#Installation _______________________________________________ Repoze-dev mailing list Repoze-dev@lists.repoze.org http://lists.repoze.org/listinfo/repoze-dev