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
-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
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
> 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,
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
> > 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
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
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
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
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
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
11 matches
Mail list logo