Re: [Pythonmac-SIG] py2app question: Resources/Python -> Resources/lib/python2.4

2006-09-11 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, "Bob Ippolito" <[EMAIL PROTECTED]> wrote: > On 9/8/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > > I was using an older version of py2app to distribute an application. > > This placed the python library code in TUI.app/Contents/Resources/Python/ > > > > I just u

Re: [Pythonmac-SIG] py2app question: Resources/Python -> Resources/lib/python2.4

2006-09-08 Thread Bob Ippolito
On 9/8/06, Russell E. Owen <[EMAIL PROTECTED]> wrote: > I was using an older version of py2app to distribute an application. > This placed the python library code in TUI.app/Contents/Resources/Python/ > > I just upgraded to py2app 0.3.5 and now I find the same stuff is being > put in TUI.app/Conten

[Pythonmac-SIG] py2app question: Resources/Python -> Resources/lib/python2.4

2006-09-08 Thread Russell E. Owen
I was using an older version of py2app to distribute an application. This placed the python library code in TUI.app/Contents/Resources/Python/ I just upgraded to py2app 0.3.5 and now I find the same stuff is being put in TUI.app/Contents/Resources/lib/python2.4/ This change breaks my code becaus