> I've found the module pkipplib which seems to work well for things
> like
> interrogating an IPP (CUPS) server.  But is there a way to send a
> print job to an IPP print queue? [and no, the local system knows
> nothing about
> the print architecture so popen....lp is not an option].  I just want
> to send the data from a file handle to a remote IPP queue as a print
> job.

Isn't IPP based on HTTP?
I think you just need a HTTP POST or PUT to send the print job

-- 
дамјан ((( http://damjan.softver.org.mk/ )))

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." - Brian W. Kernighan

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to