Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-09 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Jonathan <[EMAIL PROTECTED]> wrote: > https://patrickkidd.com has wrappers for several audio libraries. The info there is sparse, but none of these seems to be cross-platform. I need a sound player that works on unix, Mac and Windows. snack does the job, but th

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Jonathan
https://patrickkidd.com has wrappers for several audio libraries.Cheers, Jonathan Saggaujonathansaggau.comThis amusement engaged me so much that [friends] were obliged to force me from it; and thus it is with every inclination I give into, it continues to augment, till at length it becomes so power

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Russell E Owen
At 9:28 PM +0200 2006-06-07, Ronald Oussoren wrote: >On 7-jun-2006, at 18:31, Russell E. Owen wrote: > >> >>py2app is significantly smarter than py2exe about finding the necessary >>files. The only hassles on Mac are: >>- the need to copy the data files (not a big deal, especially, >>apparently, wi

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Ronald Oussoren
On 7-jun-2006, at 21:54, Russell E Owen wrote: > At 9:28 PM +0200 2006-06-07, Ronald Oussoren wrote: >> On 7-jun-2006, at 18:31, Russell E. Owen wrote: >> >>> >>> py2app is significantly smarter than py2exe about finding the >>> necessary >>> files. The only hassles on Mac are: >>> - the need t

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Russell E Owen
At 9:26 PM +0200 2006-06-07, Ronald Oussoren wrote: >On 7-jun-2006, at 18:24, Russell E. Owen wrote: > >> >>>... >>>What shortcut links? Py2app special-cases the python framework because we >>>know how it is structured and know what parts must be copied into the >>>application to get a working bund

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Ronald Oussoren
On 7-jun-2006, at 18:31, Russell E. Owen wrote: > > py2app is significantly smarter than py2exe about finding the > necessary > files. The only hassles on Mac are: > - the need to copy the data files (not a big deal, especially, > apparently, with newer matplotlibs that use smarter paths) > -

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Ronald Oussoren
On 7-jun-2006, at 18:24, Russell E. Owen wrote: > >> ... >> What shortcut links? Py2app special-cases the python framework >> because we >> know how it is structured and know what parts must be copied into the >> application to get a working bundle. > > For Tcl/Tk, one may put extension librar

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Christopher Barker
Russell E. Owen wrote: > Although the last path is very convenient, by then matplotlib has looked > in all sorts of places I don't want it to look -- Is there no way to tell matplotlib where to look? There should be, for just this reason. Personally, I'm not sure the matplotlibrc file is such

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Christopher Barker <[EMAIL PROTECTED]> wrote: > Russell E. Owen wrote: > > When using py2app to create an application, is there a simple way to get > > the path to the copy of python that is/will be bundled into the > > application? > > > > (I need this to copy

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On Wednesday, June 07, 2006, at 11:07AM, Russell E Owen > <[EMAIL PROTECTED]> wrote: > > >At 5:06 PM -0700 2006-06-05, Bob Ippolito wrote: > >>On Jun 5, 2006, at 4:56 PM, Russell E. Owen wrote: > >> > >>>When using

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Ronald Oussoren
On Wednesday, June 07, 2006, at 11:07AM, Russell E Owen <[EMAIL PROTECTED]> wrote: >At 5:06 PM -0700 2006-06-05, Bob Ippolito wrote: >>On Jun 5, 2006, at 4:56 PM, Russell E. Owen wrote: >> >>>When using py2app to create an application, is there a simple way to get >>>the path to the copy of pyt

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-07 Thread Russell E Owen
At 5:06 PM -0700 2006-06-05, Bob Ippolito wrote: >On Jun 5, 2006, at 4:56 PM, Russell E. Owen wrote: > >>When using py2app to create an application, is there a simple way to get >>the path to the copy of python that is/will be bundled into the >>application? >> >>(I need this to copy in some matplo

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-06 Thread David M. Cooke
On Mon, 05 Jun 2006 16:56:41 -0700 "Russell E. Owen" <[EMAIL PROTECTED]> wrote: > When using py2app to create an application, is there a simple way to > get the path to the copy of python that is/will be bundled into the > application? > > (I need this to copy in some matploblit data files) > S

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-06 Thread Bob Ippolito
On Jun 6, 2006, at 9:13 AM, Russell E Owen wrote: > At 5:06 PM -0700 2006-06-05, Bob Ippolito wrote: >> On Jun 5, 2006, at 4:56 PM, Russell E. Owen wrote: >> >>> When using py2app to create an application, is there a simple way >>> to get >>> the path to the copy of python that is/will be bundl

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-06 Thread Christopher Barker
Russell E. Owen wrote: > When using py2app to create an application, is there a simple way to get > the path to the copy of python that is/will be bundled into the > application? > > (I need this to copy in some matploblit data files) I'm pretty sure there is a standard place in an App bundle

Re: [Pythonmac-SIG] py2app question: path to included python

2006-06-05 Thread Bob Ippolito
On Jun 5, 2006, at 4:56 PM, Russell E. Owen wrote: > When using py2app to create an application, is there a simple way > to get > the path to the copy of python that is/will be bundled into the > application? > > (I need this to copy in some matploblit data files) > So far I'm generating it man

[Pythonmac-SIG] py2app question: path to included python

2006-06-05 Thread Russell E. Owen
When using py2app to create an application, is there a simple way to get the path to the copy of python that is/will be bundled into the application? (I need this to copy in some matploblit data files) So far I'm generating it manually using some assumptions. it works but if there's a safer/ea