Re: Python Color Printing
From: Peter Hickman (peter_at_semantico.com)
Date: 06/24/04
- Next message: Max M: "Re: Have Zope a querystring parse routine ? (plus others)"
- Previous message: Michele Simionato: "Re: Classic and New Style Classes?"
- In reply to: Kamilche: "Python Color Printing"
- Next in thread: Kamilche: "Re: Python Color Printing"
- Reply: Kamilche: "Re: Python Color Printing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 24 Jun 2004 11:24:01 +0100
Kamilche wrote:
> I'm pretty desperate to get color syntax printing. I just tried out
> the evaluation version of 'Komodo', which several people in here
> suggested, and its print features are terrible. The text is coming out
> huge when I print at 8 point, tiny when I'm printing at 14 point (so
> tiny that it looks like subscripts), the margins are reset at random,
> and so on. Plus it doesn't recognize all my fonts.
>
> I don't care if the pretty printer is in an IDE. I just want color
> printing with headers and footers! And I wanted it automated - I don't
> want to have to print each one by hand, I want to start them all
> printing and walk away. It has to be able to print in larger fonts
> reliably, because 10 point is too small for my computer-weary eyes.
>
> Does anyone have any suggestions?
>
> --Kamilche
There is a GNU tool called source-highlight that handles python. It will create
a html file with the colour coding. You could then print the html file.
You'll have to google for it.
- Next message: Max M: "Re: Have Zope a querystring parse routine ? (plus others)"
- Previous message: Michele Simionato: "Re: Classic and New Style Classes?"
- In reply to: Kamilche: "Python Color Printing"
- Next in thread: Kamilche: "Re: Python Color Printing"
- Reply: Kamilche: "Re: Python Color Printing"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|