Re: [Pythonmac-SIG] RE: Localized project folder and .pth?

2005-03-31 Thread Lee Cullens
Thanks yet again Bob. ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig

Re: [Pythonmac-SIG] appscript and XXXX - what is my app instance returning?

2005-03-31 Thread me
I think your problem is to coerce the Quark data to something like string or real. The data type of quarks page width is horizontal measurement. Only Quark Xpress can handle this data type. You must coerce the data. I don't knoe how to do it in Pythons AppScript but her you have the code in Apple

Re: [Pythonmac-SIG] RE: Localized project folder and .pth?

2005-03-31 Thread Bob Ippolito
On Apr 1, 2005, at 12:44 AM, Lee Cullens wrote: PS: One point I didn't notice in my first quick pass through relates to your recently mentioning not to use Package Manager anymore. I checked out (and bookmarked) the newer package list you posted but there is one thing I miss. Being a foggy hea

Re: [Pythonmac-SIG] RE: Localized project folder and .pth?

2005-03-31 Thread Lee Cullens
Wow - great Bob. If I had looked there first I would not have bothered anyone, and since there are also answers to questions I haven't asked yet I'll go there first for Mac related Python issues. Especially when I embark on your new 2.4 download :~) Thanks again, Lee C PS: One point I didn

Re: [Pythonmac-SIG] RE: Localized project folder and .pth?

2005-03-31 Thread Bob Ippolito
On Mar 31, 2005, at 11:32 PM, Lee Cullens wrote: OS X 10.3.8 with the Mac Python add ons (and new to both Mac and Python) To keep a learning project together I'm creating my module files in a folder within my account. Not using any fancy IDE yet I brought up PythonIDE and (of course) the f

[Pythonmac-SIG] RE: Localized project folder and .pth?

2005-03-31 Thread Lee Cullens
OS X 10.3.8 with the Mac Python add ons (and new to both Mac and Python) To keep a learning project together I'm creating my module files in a folder within my account. Not using any fancy IDE yet I brought up PythonIDE and (of course) the first import of one of my modules failed. Having re

Re: [Pythonmac-SIG] appscript and XXXX - what is my app instance returning?

2005-03-31 Thread has
Paul Berkowitz wrote: > Personally I don't think the language difference should be too much > of an issue when asking application-related questions, I think it might be an issue. Didn't say there wouldn't be any issue at all; of course there'll be a degree of mismatch any time someone posts an a

Re: [Pythonmac-SIG] appscript and XXXX - what is my app instance returning?

2005-03-31 Thread Paul Berkowitz
On 3/31/05 10:50 AM, "has" <[EMAIL PROTECTED]> wrote: > All of which is a completely separate issue to learning how to > effectively script individual applications, which is the problem the > OP's having. That's precisely the problem I was discussing, has. Sorry if that was not clear. > That ha

[Pythonmac-SIG] Re: IDE recommendation

2005-03-31 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Lee Cullens <[EMAIL PROTECTED]> wrote: > Just an update Russel, > > I was getting bored going through the TextWrangler docs, and > remembering that I had not even looked at the SubEthaEdit docs when I > used it went back to check out what you said further. Firs

[Pythonmac-SIG] Re: IDE recommendation

2005-03-31 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, François Granger <[EMAIL PROTECTED]> wrote: > Le 30/03/05 23:42, « Russell E. Owen » <[EMAIL PROTECTED]> a écrit : > >, though I hate ...(BBEdit's) > > find/replace dialog box enough to not use it for coding. > > (the Bbedit version) It get some time to get to it,

Re: [Pythonmac-SIG] Re: IDE recommendation

2005-03-31 Thread François Granger
Le 30/03/05 23:42, « Russell E. Owen » <[EMAIL PROTECTED]> a écrit : > Example: set SubEthaEdit to enter \n when you type (the unix > line ending convention). Then paste in text from any standard Mac app > and notice that the pasted text uses \r as a line ending. You are right. I always have a \

Re: [Pythonmac-SIG] appscript and XXXX - what is my app instance returning?

2005-03-31 Thread has
Paul Berkowitz wrote: If appscript is meant to replace the vagaries of AppleScript with the sanity of Python, there's no getting around the fact that its whole raison d'être - healthy application scripting - can founder on poorly implemented application AppleEvent syntax, with no one around to exp

Re: [Pythonmac-SIG] ANN: MacPython 2.4.1 installer

2005-03-31 Thread Lee Cullens
strike "(why SPE broke)" - a confused old man (TclTkAqua is not wxPython) Bravo Bob :~) already have TclTkAqua (why SPE broke) so I'll give it a whirl Lee C On Mar 31, 2005, at 10:12 AM, Bob Ippolito wrote: I've put together an "official unofficial" framework build distribution of Python 2.4.1

Re: [Pythonmac-SIG] ANN: MacPython 2.4.1 installer

2005-03-31 Thread Bob Ippolito
On Mar 31, 2005, at 11:55 AM, Lee Cullens wrote: On Mar 31, 2005, at 10:12 AM, Bob Ippolito wrote: I've put together an "official unofficial" framework build distribution of Python 2.4.1 for Mac OS X 10.3 (and later, but that is not tested yet). It is built using the same tools that Jack builds

Re: [Pythonmac-SIG] ANN: MacPython 2.4.1 installer

2005-03-31 Thread Lee Cullens
Bravo Bob :~) already have TclTkAqua (why SPE broke) so I'll give it a whirl Lee C On Mar 31, 2005, at 10:12 AM, Bob Ippolito wrote: I've put together an "official unofficial" framework build distribution of Python 2.4.1 for Mac OS X 10.3 (and later, but that is not tested yet). It is built using

Re: [Pythonmac-SIG] ANN: MacPython 2.4.1 installer

2005-03-31 Thread Bob Ippolito
On Mar 31, 2005, at 10:59 AM, Charles Hartman wrote: I apologize for being newbiely (nubilely? newbly??) dense, but I want to make sure I have this straight. I'm running 10.3.8 with the stock 2.3 framework Python; for Mac I use py2app to make standalone distributables (though I know that's partl

[Pythonmac-SIG] ANN: py2app 0.1.9

2005-03-31 Thread Bob Ippolito
(see also: ) `py2app`_ is the bundlebuilder replacement we've all been waiting for. It is implemented as a distutils command, similar to `py2exe`_, that builds Mac OS X applications from Python scripts, extensions, and related data

[Pythonmac-SIG] ANN: MacPython 2.4.1 installer

2005-03-31 Thread Bob Ippolito
I've put together an "official unofficial" framework build distribution of Python 2.4.1 for Mac OS X 10.3 (and later, but that is not tested yet). It is built using the same tools that Jack builds the official MacPython distribution with. Unlike typical builds, this one has all the stock goodie

Re: [Pythonmac-SIG] RE: IDE recommendation

2005-03-31 Thread konrad . hinsen
On 30.03.2005, at 09:42, Lee Cullens wrote: I've got Leo up and running. It isn't everything I would like in a sandbox but it does have an intriguing organizational approach that I'll either learn to love or hate :~). Would like to first figure out how to keep it from opening up Leo is interest