Re: [Tkinter-discuss] Installing Tk.framework to directory other than system directories

2007-02-20 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > Hello, > > Platform: Mac OS X 10.4 > > I'm trying to install the Tk.framework to a directory other than > /Library/Frameworks or /System/Library/Frameworks or ~/Library/Frameworks > . I'm wanting to do this so I can create Mac packages

Re: [Tkinter-discuss] Who maintains the Wiki?

2007-02-20 Thread Mannequin*
I accidentally sent this directly to Sorin... :P Sorin Schwimmer wrote: > Hi All, > > I just noticed at the bottom of > http://tkinter.unpythonic.net/wiki/FrontPage > a collection of links that don't belong there. > > Now, I know that there are porn-loving people, but I'm > one who thinks

Re: [Tkinter-discuss] Who maintains the Wiki?

2007-02-20 Thread Jeff Epler
I am responsible for the machine where the wiki resides, but it's everyone's job to fix vandalism. Don't complain, but log in and revert the page. Jeff ___ Tkinter-discuss mailing list Tkinter-discuss@python.org http://mail.python.org/mailman/listinfo/t

[Tkinter-discuss] Error in TopLevel Window

2007-02-20 Thread Gerardo Juarez
Hi, I am having a problem with one application that is proving very difficult to pinpoint. The application downloads its own upgrades from a server and notifies the user that this has been so with a Toplevel window, suggesting to restart the application whenever possible to make changes effective

Re: [Tkinter-discuss] Multipage Postscript printing from canvas

2007-02-20 Thread mkieverpy
Hello Vasilis, the options to the postscript function are quite extensively explained in the tk canvas man-page (man n canvas). (Beware! I never used this :-) What I have seen from a cursory glance: Use pagewidth or pageheight options for scaling to A4/Letter size Use x, y, height and width opt

[Tkinter-discuss] Multipage Postscript printing from canvas

2007-02-20 Thread Vasilis Vlachoudis
Hi all, In my application I am creating an editor using a scrollable canvas as the main widget. I want to provide a print option for the canvas, creating a multi-page A4/letter format postscript. I made the following method to split the content of the canvas into many postscript files, which wi