Re: [Pythonmac-SIG] IDLE and MacPython 2.5

2006-10-27 Thread Rodney Somerstein
At 7:40 AM +0200 10/27/06, Ronald Oussoren wrote: >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 miss

Re: [Pythonmac-SIG] Saving a file???

2006-10-27 Thread has
Tom Weir wrote: > I'm trying to create and save a new OmniOutliner doc, but I'm > having some trouble trying to figure out what to pass as the _in > parameter. Any suggestions? A script snippet is below. import macfile newFile = macfile.File('/tmp/aNewFile') HTH has -- http://freespace.

Re: [Pythonmac-SIG] OmniOutliner Appscript

2006-10-27 Thread has
Tom Weir wrote: > 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 d