Re: [Pythonmac-SIG] py2app on UDF DVD

2008-12-15 Thread James Kelly
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

[Pythonmac-SIG] py2app on UDF DVD

2008-12-15 Thread James Kelly
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

Re: [Pythonmac-SIG] Please help! py2app broken

2008-09-11 Thread James Kelly
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

Re: [Pythonmac-SIG] Problems with py2app and wx on leopard

2008-08-13 Thread James Kelly
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

[Pythonmac-SIG] Opening files with Japanese characters on Tiger

2007-12-07 Thread James Kelly
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