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
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
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