David Byrd wrote:

        /System/Library/Frameworks/QuickTime.framework/QuickTime: mach-o, but
wrong architecture

This looks like a 32-bit vs. 64-bit issue. Not sure what
it's like on Lion, but on my Snow Leopard system I get:

% file /System/Library/Frameworks/QuickTime.framework/QuickTime
/System/Library/Frameworks/QuickTime.framework/QuickTime: Mach-O universal binary with 2 architectures /System/Library/Frameworks/QuickTime.framework/QuickTime (for architecture i386): Mach-O dynamically linked shared library i386 /System/Library/Frameworks/QuickTime.framework/QuickTime (for architecture ppc7400): Mach-O dynamically linked shared library ppc

i.e. no 64-bit. If your macports python has been installed
as 64-bit (which it probably will be by default) this would
account for what you're seeing.

I'm not sure what the easiest way to fix this would be, but
on my system I compile all my local stuff as 32-bit to avoid
problems like this. I do it by setting my CC environment
variable to 'gcc -m32', which is a bit hackish but does a
good job of ensuring that *everything* is 32-bit regardless
of what individual packages' build systems try to do.

--
Greg

--
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyglet-users?hl=en.

Reply via email to