Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Jack Jansen
On 25-apr-2007, at 7:50, Ronald Oussoren wrote: > > On 24 Apr, 2007, at 5:45, Brian Christensen wrote: > >> >> Following up on this lead we found that there is a problem with >> StuffIt 10. My application was distributed as a zip file so the user >> used StuffIt to unzip the file. It turns out th

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Ronald Oussoren
On Wednesday, April 25, 2007, at 10:02AM, "Jack Jansen" <[EMAIL PROTECTED]> wrote: > >On 25-apr-2007, at 7:50, Ronald Oussoren wrote: > >> >> On 24 Apr, 2007, at 5:45, Brian Christensen wrote: >> >>> >>> Following up on this lead we found that there is a problem with >>> StuffIt 10. My applicati

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Bob Ippolito
On 4/25/07, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > > On Wednesday, April 25, 2007, at 10:02AM, "Jack Jansen" <[EMAIL PROTECTED]> > wrote: > > > >On 25-apr-2007, at 7:50, Ronald Oussoren wrote: > > > >> > >> On 24 Apr, 2007, at 5:45, Brian Christensen wrote: > >> > >>> > >>> Following up on t

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Henning Hraban Ramm
2007/4/25, Bob Ippolito <[EMAIL PROTECTED]>: I've had other strange problems with StuffIt's zip support that aren't directly relevant to py2app. For example I have a folder full of a bunch of text files (ActionScript source code) and if I zip it with BOMArchiveHelper, Python, *or* the zip comman

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread Frank Hoffsümmer
hi, I also have trouble building the latest mod_python using the latest UB build of python (2.4.4 or 2.5.1) on a PowerPC OS X machine. My OS X version is 10.4.9 (Server) and the gcc version is 4.01 (build 5367 = latest XCode) I am trying to compile mod_python using the apxs from the build-in apac

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread Ronald Oussoren
On Wednesday, April 25, 2007, at 04:47PM, "Frank Hoffsümmer" <[EMAIL PROTECTED]> wrote: >hi, >I also have trouble building the latest mod_python using the latest UB build >of python (2.4.4 or 2.5.1) on a PowerPC OS X machine. >My OS X version is 10.4.9 (Server) and the gcc version is 4.01 (build

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread Frank Hoffsümmer
On 4/25/07, Frank Hoffsümmer <[EMAIL PROTECTED]> wrote: thanks ronald for your answer, it seems the directory /Developer/SDKs/MacOSX10.4u.sdk exists on my machine $ ls -la /Developer/SDKs/MacOSX10.4u.sdk total 8 drwxr-xr-x 7 root wheel 238 Sep 25 2006 . drwxr-xr-x 4 root wheel 136 Apr

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Bill Janssen
> It's a preference. In Stuffit Expander it's called "Continue to > expand if possible", in the full stuffit it's probably something > similar. > It's on by default, it's what makes stuffit do the full decoding and > unpacking of, say, a .tar.gz. Thanks; I've been wondering what to turn off

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Christopher Barker
Brian Christensen wrote: > I finally found a user (Michael) who had both the problem and the > technical skills to track down the cause. Wow! thanks for reporting this! If a *.dmg is a better bet, then: 1) is there a point-and-click and/or drag-and-drop way to create *.dmgs? 2) I don't think

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Kevin Walzer
Christopher Barker wrote: > 1) is there a point-and-click and/or drag-and-drop way to create *.dmgs? There are lots of freeware and shareware apps that do this--FreeDMG is a good one. There are also command-line wrappers for hdiutils. Just google. -- Kevin Walzer Code by Kevin http://www.code

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Bill Janssen
> Christopher Barker wrote: > > > 1) is there a point-and-click and/or drag-and-drop way to create *.dmgs? > > There are lots of freeware and shareware apps that do this--FreeDMG is a > good one. There are also command-line wrappers for hdiutils. Just google. I don't know about point and click,

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Ned Deily
In article <[EMAIL PROTECTED]>, Christopher Barker <[EMAIL PROTECTED]> wrote: > If a *.dmg is a better bet, then: > 1) is there a point-and-click and/or drag-and-drop way to create *.dmgs? Lots of ways. In 10.4 at least, move the files to be distributed into a folder with the name of the volume

[Pythonmac-SIG] a little problem

2007-04-25 Thread Romuald Riem
Hello, I've created a small and basic application with PyQt4. It works as expected on MacOS X and Win XP. With the latest version of SIP and PyQT4, I've built a standalone application with py2app for MacOS X and py2exe for Windows and they work fine. I'm supprised by the size difference bet

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Ronald Oussoren
On 25 Apr, 2007, at 18:56, Christopher Barker wrote: Brian Christensen wrote: I finally found a user (Michael) who had both the problem and the technical skills to track down the cause. Wow! thanks for reporting this! If a *.dmg is a better bet, then: 1) is there a point-and-click and/or

Re: [Pythonmac-SIG] StuffIt 10 can corrupt applications packaged with py2app

2007-04-25 Thread Daniel Lord
Shell script, Schmell script...do it in Python: I got this from someone somewhere long ago... import sys, os, os.path import commands if len(sys.argv) == 2: dir = sys.argv[1] print "Creating disk image %s.dmg" % (dir) status, output = commands.getstatusoutput("hdiutil create - v

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread David Pratt
Hi Frank and Ronald. I was original poster to the mod_python problems. I have recently upgraded my PPC to 10.4.9. My linking problem went away for PyLucene built using gcc 3.4.6 from mac ports earlier today. I built on non-standard compiler since there are known issues with 4.0.1 building pyLuc

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread Ned Deily
In article <[EMAIL PROTECTED]>, David Pratt <[EMAIL PROTECTED]> wrote: > I will be attempting to build mod_python again shortly and will report > back of my experience. I might try a different compiler also to test if > it does not work to see if it makes a difference. In my gut, I am > beginni

Re: [Pythonmac-SIG] Pythonmac 2.4.4 (PPC) and mod_python problems

2007-04-25 Thread David Pratt
Hi Ned. I've removed the mac ports version of libxml2 and libxslt and it compiled - woo hoo!! I'll try a new build of mod_python tomorrow. Maybe things are not so bad after all. This is quite encouraging. I guess I am getting down about these linking issues and of course want some better relia