checkbook manager

D

David Isaac

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?

Thanks,
Alan Isaac
 
D

David Isaac

Alan Isaac said:
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.
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.)

Thanks,
Alan Isaac
 
M

Mike Meyer

David Isaac said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,234
Messages
2,571,178
Members
47,809
Latest member
Adisty

Latest Threads

Top