Re: [Pythonmac-SIG] Python 2.4 Framework build?

2005-01-07 Thread Bob Ippolito
On Jan 7, 2005, at 15:02, Nick Matsakis wrote: It appears to me that there is not a python 2.4 framework build in fink. Is this actually the case? It is my impression that a framework build is necessary to use appscript and other Mac goodies. Is this still the case with 2.4? Finally, what is th

[Pythonmac-SIG] Python 2.4 Framework build?

2005-01-07 Thread Nick Matsakis
It appears to me that there is not a python 2.4 framework build in fink. Is this actually the case? It is my impression that a framework build is necessary to use appscript and other Mac goodies. Is this still the case with 2.4? Finally, what is the easiest way to get a framework build of 2.4? I

Re: [Pythonmac-SIG] Help in easy way to hide Tk console window

2005-01-07 Thread Read Roberts
Addendum: If the Tcl/Tk framework decides that it does not need to open a Tcl console window, then the commands below fail with an exception "TclError". In my case, the console window is not put up when I run my script from the Mac OSX Terminal window with "pythonw GMT.py", but it is put up wh

[Pythonmac-SIG] problem installing 2.4

2005-01-07 Thread Daniel Gram
Hi Think I made something stupid: In order to install Python 2.4 on my iBook (10.3.7) I read some recent threads here on the mailing list and then tried it myself. Everything was working fine until I tried: make frameworkinstall, which resulted in this error message: BuildPhase PythonLauncher.a

Re: [Pythonmac-SIG] Help in easy way to hide Tk console window

2005-01-07 Thread Read Roberts
Daniel Steffen answered this from the tcl-mac group: import Tkinter root=Tkinter.Tk() root.tk.call('console','hide') or root.tk.call('after','idle','console','hide') At 10:03 PM -0800 1/6/05, Read Roberts wrote: I succeeded in fixing a problem with displaying Kanji