Add mediaChange() to the MyFetchProgress class in oslib.py, I think
which should ask the user to change the media.  This method must return
true to continue (e.g. the user presses OK).

For example, in text progress reporting the method looks like:

    def mediaChange(self, medium, drive):
        """react to media change events."""
        print ("Media change: please insert the disc labeled "
               "'%s' in the drive '%s' and press enter") % (medium, drive)

        return raw_input() not in ('c', 'C')

-- 
installing drivers using an apt cdrom source doesn't work
https://bugs.launchpad.net/bugs/462771
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to