Re: [pygtk] how to print from pygtk?

2004-06-23 Thread Ivan Brkanac
Unfortunately I have network printer so lpt1 reports error since printer is not connected to lpt1 Ivan daniel wrote: to print 1) import os 2) linux->printer=os.popen("lpr -r","w") or for window printer=os.popen("lpt1:","w") 3) printer.write(" some text") 4) printer.close() daniel Rubens

Re: [pygtk] how to print from pygtk?

2004-06-23 Thread daniel
to print 1) import os 2) linux->printer=os.popen("lpr -r","w") or for window printer=os.popen("lpt1:","w") 3) printer.write(" some text") 4) printer.close() daniel Rubens Ramos wrote: --- Ivan Brkanac <[EMAIL PROTECTED]> wrote: Xavier Ordoquy wrote: On Fri, 2004-06-18 at 20:57,

R: [pygtk] how to print from pygtk?

2004-06-21 Thread Gatti Lorenzo
gio originale- > Da: Jakub Piotr Clapa [mailto:[EMAIL PROTECTED] > Inviato: lunedà 21 giugno 2004 15.32 > A: [EMAIL PROTECTED] > Oggetto: Re: [pygtk] how to print from pygtk? > > So maybe create a temporary text file and execute notepad on > it with a > print option?

Re: [pygtk] how to print from pygtk?

2004-06-21 Thread Jakub Piotr Cłapa
Ivan Brkanac wrote: Xavier Ordoquy wrote: On Fri, 2004-06-18 at 20:57, Christian Robottom Reis wrote: On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to print

Re: [pygtk] how to print from pygtk?

2004-06-21 Thread Rubens Ramos
--- Ivan Brkanac <[EMAIL PROTECTED]> wrote: > > > Xavier Ordoquy wrote: > > >On Fri, 2004-06-18 at 20:57, Christian Robottom Reis wrote: > > > > > >>On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: > >> > >> > >>>I would like to do some printing from pygtk (on windows) > >>>ho

Re: [pygtk] how to print from pygtk?

2004-06-21 Thread Ivan Brkanac
Xavier Ordoquy wrote: On Fri, 2004-06-18 at 20:57, Christian Robottom Reis wrote: On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to printer, as I searche

Re: [pygtk] how to print from pygtk?

2004-06-18 Thread Xavier Ordoquy
On Fri, 2004-06-18 at 20:57, Christian Robottom Reis wrote: > On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: > > I would like to do some printing from pygtk (on windows) > > how can it be done I haw data in text buffer and it needs to go to > > printer, as I searched > > If you wan

Re: [pygtk] how to print from pygtk?

2004-06-18 Thread Fernando San Martín Woerner
Christian Robottom Reis escribió: On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to printer, as I searched If you want to use GNOME's printing facilities,

Re: [pygtk] how to print from pygtk?

2004-06-18 Thread Christian Robottom Reis
On Fri, Jun 18, 2004 at 03:11:28PM +0200, Ivan Brkanac wrote: > I would like to do some printing from pygtk (on windows) > how can it be done I haw data in text buffer and it needs to go to > printer, as I searched If you want to use GNOME's printing facilities, one alternative is using the gnome

Re: [pygtk] how to print from pygtk?

2004-06-18 Thread Fernando San Martín Woerner
Ivan Brkanac escribió: Hello I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to printer, as I searched documentation I couldn't find anything here in the pyGestor project we are using reportlab http://www.reportlab.org/, an

[pygtk] how to print from pygtk?

2004-06-18 Thread Ivan Brkanac
Hello I would like to do some printing from pygtk (on windows) how can it be done I haw data in text buffer and it needs to go to printer, as I searched documentation I couldn't find anything regard Ivan ___ pygtk mailing list [EMAIL PROTECTED] http:/