Re: print the screen shot in python

2007-04-03 Thread gslm
On 3 Nisan, 21:38, [EMAIL PROTECTED] wrote: > On Apr 3, 1:16 pm, "gslm" <[EMAIL PROTECTED]> wrote: > > > Thanks, > > I use TKinter,os:Xp home,python25. > > I want to print all my application's view, except the close-minimize > > icons. > > I don't know enough about Tkinter, but you can use the grap

Re: print the screen shot in python

2007-04-03 Thread kyosohma
On Apr 3, 1:16 pm, "gslm" <[EMAIL PROTECTED]> wrote: > Thanks, > I use TKinter,os:Xp home,python25. > I want to print all my application's view, except the close-minimize > icons. I don't know enough about Tkinter, but you can use the graphics module according to this post that should take a scree

Re: print the screen shot in python

2007-04-03 Thread gslm
Thanks, I use TKinter,os:Xp home,python25. I want to print all my application's view, except the close-minimize icons. -- http://mail.python.org/mailman/listinfo/python-list

Re: print the screen shot in python

2007-04-03 Thread kyosohma
On Apr 2, 4:24 pm, "gslm" <[EMAIL PROTECTED]> wrote: > Hi! > I want to print an application view in python.I use labels and frames > in my program.And ý want to know if it is possible to print all of the > view of my program? > Thanks a lot... You need to give us more details. Are you using wxPyth