Re: [Pythonmac-SIG] Trouble getting TK to work

2005-01-29 Thread eichin
> File "/sw/lib/python2.3/lib-tk/Tkinter.py", line 3, in ? /sw means you're getting something out of Fink, which may be your problem -- the fink install hacks a path set into your account's dotfiles somewhere, so you may only *think* you're getting the one that comes with osx... Note the differen

Re: [Pythonmac-SIG] How do I send appleevents to an external program

2005-01-29 Thread Joachim MÃ¥rtensson
Bob Ippolito wrote: On Jan 29, 2005, at 19:40, Joachim Mårtensson wrote: Hello everyone. I am trying to figure out how to send appleevents to an external program. What I want to accomplish is to open a text document in a editor that supports the external editor protocol as described here http

Re: [Pythonmac-SIG] How do I send appleevents to an external program

2005-01-29 Thread Bob Ippolito
On Jan 29, 2005, at 19:40, Joachim Mårtensson wrote: Hello everyone. I am trying to figure out how to send appleevents to an external program. What I want to accomplish is to open a text document in a editor that supports the external editor protocol as described here http://www.codingmonkeys

[Pythonmac-SIG] How do I send appleevents to an external program

2005-01-29 Thread Joachim MÃ¥rtensson
Hello everyone. I am trying to figure out how to send appleevents to an external program. What I want to accomplish is to open a text document in a editor that supports the external editor protocol as described here http://www.codingmonkeys.de/techpubs/externaleditor/pbxexternaleditor.html. Here

Re: [Pythonmac-SIG] Mutating Row in a matrix

2005-01-29 Thread Bob Ippolito
On Jan 29, 2005, at 1:29 PM, Kirk Durston wrote: It will be obvious that I am a newbie here when you see my question, but here goes. I am writing my first program, and have encountered a problem which I’ve been able to reproduce in the short program below. Basically, I select a row (B) from a ma

[Pythonmac-SIG] Mutating Row in a matrix

2005-01-29 Thread Kirk Durston
Title: Mutating Row in a matrix It will be obvious that I am a newbie here when you see my question, but here goes. I am writing my first program, and have encountered a problem which I’ve been able to reproduce in the short program below. Basically, I select a row (B) from a matrix and I want t

[Pythonmac-SIG] Trouble getting TK to work

2005-01-29 Thread Dave Kanter
Forgive me if this question has been asked 100 times. I tried reading through past archives, honest I did. I'm having some trouble with Python and TK, but I'm not sure how to proceed. This is what I did: I'm using the version of Python that came with OSX -- version 2.3. I also downloaded Tc

Re: [Pythonmac-SIG] History of Python in MacOSX

2005-01-29 Thread Bob Ippolito
On Jan 29, 2005, at 4:28, Just van Rossum wrote: Robert White wrote: I started with Jaguar, MacOSX 10.2, where Python was built as a framework. The Python that shipped with 10.2 was not a framework build, but an "ordinary" static unix build, or whatever the correct term for that is. Mac OS X 10.2 s

Re: [Pythonmac-SIG] History of Python in MacOSX

2005-01-29 Thread Just van Rossum
Robert White wrote: > I started with Jaguar, MacOSX 10.2, where Python was built as a > framework. The Python that shipped with 10.2 was not a framework build, but an "ordinary" static unix build, or whatever the correct term for that is. > I am just curious. Was Python included with 10.1 or 1