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

2007-01-24 Thread Daniel Lord
I realized I only copied Bob on this and to send it out to everyone might help someone else the build for PySQLite is poorly designed and ignores the state of '-- enable-shared' and looks for the dylib anyway so fails on static-only builds. I will have to hack it to get it to work. Shame, sha

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

2007-01-24 Thread Daniel Lord
Thanks Bob, coming through as always. Daniel On Jan 24, 2007, at 14: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 pysql

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

2007-01-24 Thread Bob Ippolito
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 within my > > bundled

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

2007-01-24 Thread Bob Ippolito
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 version doesn't work with the latest so I > rei

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

2007-01-24 Thread Daniel Lord
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 version doesn't work with the latest so I reinstalled 2. sqllite3 won't build shared libs for universal

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

2007-01-24 Thread David Woods
> > 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 within my > bundled Python > > program (regardless of whether the path is includ

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

2007-01-24 Thread Dethe Elza
On 24-Jan-07, at 10:13 AM, David Woods 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 within my bundled Python > program (regardles

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

2007-01-24 Thread David Woods
> David Woods wrote: > > My wxPython application has a context sensitive help system, using > > wx.html.HtmlHelpController(), which also contains a Tutorial for the > > program. Users like to leave the Help window open while they are > > simultaneously working in the application. To allow this,

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

2007-01-24 Thread Dethe Elza
As Kevin said, you may only need the full path to your app. It's remotely possible you would need the full path to open as well (/usr/ bin/open). Full paths are finicky though, and you will need to know where your application is installed, if the help application is in the app bundle, for

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

2007-01-24 Thread Kevin Walzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Woods wrote: > My wxPython application has a context sensitive help system, using > wx.html.HtmlHelpController(), which also contains a Tutorial for the > program. Users like to leave the Help window open while they are > simultaneously working

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

2007-01-24 Thread David Woods
My wxPython application has a context sensitive help system, using wx.html.HtmlHelpController(), which also contains a Tutorial for the program. Users like to leave the Help window open while they are simultaneously working in the application. To allow this, I set the Help application up as a fre