Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-26 Thread Rodney Somerstein
Thanks Chris and David for the suggestions. I'm already aware of other editors. But, as I mentioned, I'm currently learning Python and an environment that actually lets me execute python code without having to first create and save a file is superior for that purpose, in my opinion. I already

Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-26 Thread rodneys
Ronald Oussoren wrote: > > Do you have a custom version of Tcl/Tk in /Library/Frameworks? What does > the following command print: > $ otool -Lv > /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynload/_tkinter.so > > It seems that I have a custom version of Tk installed on my

Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-26 Thread Ronald Oussoren
On Thursday, October 26, 2006, at 03:09PM, <[EMAIL PROTECTED]> wrote: >Ronald Oussoren wrote: >> >> Do you have a custom version of Tcl/Tk in /Library/Frameworks? What does >> the following command print: >> $ otool -Lv >> /Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/lib-dynlo

Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-26 Thread David Worrall
no need for a file? then enjoy the delights of the interpreter. just $ /usr/bin/python (at the prompt) will get you the interpreter at which you can play around. sometimes I do that whilst I'm trying to work out what I want (by looking at the results of various processes) and then drag/copy and p

[Pythonmac-SIG] OmniOutliner Appscript

2006-10-26 Thread Tom Weir
Hello,Has anyone successfully used appscript with omnioutliner? I'm have some problems with conduit setting domains.The following applescript snippet works, but I haven't (as you can see below) found a similar way of doing things in appscript. set r to row 1 of document 1 set the external id of con

Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-26 Thread Dethe Elza
On 26-Oct-06, at 7:26 PM, David Worrall wrote: > no need for a file? then enjoy the delights of the interpreter. just > $ /usr/bin/python (at the prompt) Better, use IPython (even from Idle, I think it can be done, but I don't use Idle, so YMMV). IPython will let you work in the interpreter

Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-26 Thread Ronald Oussoren
Why does everyone seem to want to push people away from IDLE? IDLE isn't award-winning material, but it does work properly as a simple python environment. In a way it is better than most programmers text editors because although it is missing some of the advanced editor features these off