Tim Lauridsen wrote: > This should do the tricks. > from yum.plugins import TYPE_INTERACTIVE, TYPE_CORE, API_VERSION, TYPE_INTERFACE > plugin_type = (API_VERSION <= 2.3 and TYPE_INTERFACE or TYPE_INTERACTIVE, > TYPE_CORE)
No luck...When using yum 2.4 (yum-2.4.3-4.el4.centos) I still get the error: "ImportError: cannot import name TYPE_INTERACTIVE" Greg _______________________________________________ Yum-devel mailing list [email protected] https://lists.dulug.duke.edu/mailman/listinfo/yum-devel
