On Mon, Dec 17, 2007 at 09:42:53AM -0500, [EMAIL PROTECTED] wrote:
> "pkg search -lr ld" fails
It works for me. Care to share exactly how it fails?
> NOTE: pkg search is using local and remote
>
> However if we do:
> def on_entry_actvate(self,widget):
> self.spec_search(self.parent.image, self.entry.get_text())
>
> def spec_search(self, img, args):
> """Search through the reverse index databases for the given token."""
> self.smod.clear()
> for k, v in img.search(args):
> print k
> ms = str(v).rsplit('/')
> mss = ms[1].rsplit('@')
> iter = None
> iter = self.smod.append(None)
Perhaps you're using old code? img.search() doesn't exist since the
addition of remote search.
Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss