Hey Ned,
The app bundle in question is actually an installer for a much larger, more
complicated piece of software. :)
Thanks for the suggestion though.
Jim
On 12/15/08 4:09 PM, "Ned Deily" wrote:
> In article ,
> James Kelly wrote:
>> We usually place our py2app
Hello All,
We usually place our py2app created app bundles on DVD using toast's hybrid
Mac and PC file-system setting. This works pretty well for us.
Unfortunately we have a need to place the same app bundle on a UDF DVD.
While this works great in testing, it seems the
Bundle.app/Contents/Resourc
Alternatively you can also use svn 1.4.4.
Jim
On 9/10/08 8:01 PM, "Christopher Barker" <[EMAIL PROTECTED]> wrote:
> Russell E. Owen wrote:
>> I was able to run py2app fine until recently. I think the only thing I
>> did was upgrade to svn 1.5.1. Now I see this:
>
> Russell,
>
> this is a tota
Okay, with the benefit of some sleep, I've been able to resolve this
problem. I'll recount what was wrong below for the benefit of others. To
clear up what was probably a confusing email based on Chris's response, I
was tring to use the python.org python, not the system python, but there
were som
Hi all,
I ran into an issue recently opening files with Japanese characters on
Tiger. Essentially I am reading from a utf-8 file containing lists of file
names. Most are completely in English, a few contain Japanese characters in
the filename. I am opening the files for a binary write. Unfortu