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
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
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
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
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
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
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
> 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
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
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
> 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,
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
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
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
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
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
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
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
18 matches
Mail list logo