This means no errors, the ogg module/library is found and known, right? Then why does positron only says "no ogg or vorbis support found?
Good question. If you're looking at the error I think you are (quote isn't exact, cut'n'paste next time ;) positron does basically what you just did:
def oggvorbis_sanity_check(): try: import ogg.vorbis except ImportError: ... prints the error message.
What's the first line of the positron script?
-- Shrike-list mailing list Shrike-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/shrike-list