Re: [Pythonmac-SIG] Opening an app from another app under different OS X versions

2007-01-25 Thread Ronald Oussoren
On 24 Jan, 2007, at 18:44, Dethe Elza wrote: Also, paths are different on internationalized versions of OS X. The aren't AFAIK. The finder is localized and shows different folder names if you run in another language (that's why there are ".localized" turds in several directories). Windo

Re: [Pythonmac-SIG] Question about "setup.py build"

2007-01-25 Thread Ronald Oussoren
On 24 Jan, 2007, at 23:26, Bob Ippolito wrote: On 1/24/07, Daniel Lord <[EMAIL PROTECTED]> wrote: I admit to being a novice at this yet, but I couldn't find anything relevant to this issue on-line: I am trying to build a version of pysqlite that works with sqllite3 : 1. Apple's installed vers

Re: [Pythonmac-SIG] Opening an app from another app under different OSX versions

2007-01-25 Thread Ronald Oussoren
On 24 Jan, 2007, at 23:29, Bob Ippolito wrote: On 1/24/07, David Woods <[EMAIL PROTECTED]> wrote: Adding the path didn't help. Calling "open -a TransanaHelp.app" from the command line finds the app, and adding the full path makes is start a bit faster. But when the same call is made from w

Re: [Pythonmac-SIG] Opening an app from another app under different OS X versions

2007-01-25 Thread Dethe Elza
On 25-Jan-07, at 12:08 AM, Ronald Oussoren wrote: > On 24 Jan, 2007, at 18:44, Dethe Elza wrote: > >> Also, paths are different on >> internationalized versions of OS X. > > The aren't AFAIK. The finder is localized and shows different > folder names if you run in another language (that's why

Re: [Pythonmac-SIG] Opening an app from another app under different OSX versions -- SOLVED

2007-01-25 Thread David Woods
> On 1/24/07, David Woods <[EMAIL PROTECTED]> wrote: > > > > Adding the path didn't help. Calling "open -a > TransanaHelp.app" > > > > from the command line finds the app, and adding the full path > > > > makes > > > is start > > > > a bit > > > > faster. But when the same call is made from wi

Re: [Pythonmac-SIG] Opening an app from another app under different OSX versions -- SOLVED

2007-01-25 Thread Bob Ippolito
On 1/25/07, David Woods <[EMAIL PROTECTED]> wrote: > > On 1/24/07, David Woods <[EMAIL PROTECTED]> wrote: > > > > > Adding the path didn't help. Calling "open -a > > TransanaHelp.app" > > > > > from the command line finds the app, and adding the full path > > > > > makes > > > > is start > > > > >