"David Isaac" <[EMAIL PROTECTED]> writes:

> "Alan Isaac" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL PROTECTED]
>> I'd like to try personal financial management using Python.
>> I just found PyCheckbook, but it does not support check printing.
>> Is there a Python check printing application kicking around?
> OK, I'll assume silence means "no", so new question.

You really should wait more than a day for answers. Lots of people
(me, for instance) read the newsgroup once aq day.

> What is the current be practice for cross platform printing of PostScript
> files from Python?
> Same question for PDF.  (I'm aware of
> URL:http://tgolden.sc.sabren.com/python/win32_how_do_i/print.html.)

I don't think there's a cross-platform solution for these things,
because different platforms handle printing in different manners. Your
URL talks about shellExecute for Windows. On Unix, I expect to be able
to hand ps to lpr and have the right thing happen. pdf may need a
pdf2ps (part of ghostscript) run on it first, or it may not, depending
on the system setup.

   <mike
-- 
Mike Meyer <[EMAIL PROTECTED]>                  http://www.mired.org/home/mwm/
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to