checkbook manager

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Isaac

    #1

    checkbook manager

    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


  • David Isaac

    #2
    Re: checkbook manager -> cross platform printing

    "Alan Isaac" <aisaac0@verizo n.net> wrote in message
    news:_A34e.2207 $1r6.248@trnddc 02...[color=blue]
    > 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?[/color]


    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/...o_i/print.html.)

    Thanks,
    Alan Isaac


    Comment

    • Mike Meyer

      #3
      Re: checkbook manager -&gt; cross platform printing

      "David Isaac" <aisaac0@verizo n.net> writes:
      [color=blue]
      > "Alan Isaac" <aisaac0@verizo n.net> wrote in message
      > news:_A34e.2207 $1r6.248@trnddc 02...[color=green]
      >> 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?[/color]
      > OK, I'll assume silence means "no", so new question.[/color]

      You really should wait more than a day for answers. Lots of people
      (me, for instance) read the newsgroup once aq day.
      [color=blue]
      > 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/...o_i/print.html.)[/color]

      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 <mwm@mired.or g> http://www.mired.org/home/mwm/
      Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

      Comment

      Working...