Some parts of the tools are still somewhat WIP; however, thanks to a donation from linuxfund.org this has been successfully tested on a HP OfficeJet 7500 e910, using STP discovery over WiFi with automatic PPD generation. Scanning, printing, cartridge information... working.
13 lines
448 B
Plaintext
13 lines
448 B
Plaintext
$OpenBSD: patch-scan_py,v 1.8 2013/03/08 06:51:46 ajacoutot Exp $
|
|
--- scan.py.orig Wed Feb 13 17:38:51 2013
|
|
+++ scan.py Fri Feb 22 15:05:18 2013
|
|
@@ -1088,7 +1088,7 @@ try:
|
|
if hp_print:
|
|
cmd = 'hp-print %s &' % output
|
|
else:
|
|
- cmd = "python ./print.py %s &" % output
|
|
+ cmd = "${MODPY_BIN} ./print.py %s &" % output
|
|
|
|
os_utils.execute(cmd)
|
|
|