Seems to reappear in Feisty (never tested the problem under Edgy myself). Attached is a fix. The problem is there isn't an initial value for the optional variable local_only in PySane_get_devices(). So, when sane.get_devices() is called without an argument (like it is through sane.open()), the value of local_only will be arbitrary leading to local only operation with high probability.
Jason Parekh ** Attachment added: "Sets an initial value for the variable local_only" http://librarian.launchpad.net/7134566/local_only_initial_value.patch -- networked scanners not working with python2.4 sane https://bugs.launchpad.net/bugs/88059 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
