Re: cross platform printing - using a GUI ?

2005-04-26 Thread dcrespo
Had you used it? Daniel -- http://mail.python.org/mailman/listinfo/python-list

Re: cross platform printing - using a GUI ?

2005-04-25 Thread Philippe C. Martin
If you're in need of a GUI, then wxPython might be your cross-platform printing solution. Regards, Philippe David Isaac wrote: >> Alan Isaac wrote: >> > What is the current best practice for cross platform printing of > PostScript >> > files from Python? > > "Warren Postma" <[EMAIL PROTECTED

Re: cross platform printing

2005-04-25 Thread dcrespo
Hi Dennis... Then, what would be your solution? Print a PDF? If so, how you do that without assuming that an application is available to print it? Daniel -- http://mail.python.org/mailman/listinfo/python-list

Re: cross platform printing

2005-04-24 Thread Mike Meyer
"David Isaac" <[EMAIL PROTECTED]> writes: >> Alan Isaac wrote: > I meant something that application users on different platforms can print > with, not something > that they could coerce a platform into supporting given enough energy (e.g., > via Cygwin). > The closest to an option so far seems to

Re: cross platform printing

2005-04-24 Thread David Isaac
> Alan Isaac wrote: > > What is the current best practice for cross platform printing of PostScript > > files from Python? "Warren Postma" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Well since printing postscript files on most Unix systems (probably > including Mac OSX although

Re: cross platform printing

2005-04-07 Thread Warren Postma
David Isaac wrote: OK, I'll assume silence means "no", so new question: What is the current best practice for cross platform printing of PostScript files from Python? Well since printing postscript files on most Unix systems (probably including Mac OSX although I don't really know this for sure) i

Re: cross platform printing

2005-04-06 Thread Miki Tebeka
Hello David, > "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? wxPython