Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Dan Ross -- Ross Photography
This one did the trick! Thanks Chris. Unfortunately the app launches and crashes. :( It would seem that the system does not like PyQt? Process: start [2935] Path:/Projects/pythonprojects/pyTunesQT/dist/start.app/ Contents/MacOS/start Identifier: org.pythonmac.unspecif

Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Christopher Barker
Dan Ross wrote: Here's the error after providing the file. File "build/bdist.macosx-10.3-i386/egg/macholib/MachO.py", line 178, in load raise ValueError("Unknown load command: %d" % (cmd_load.cmd,)) ValueError: Unknown load command: 27 You may be able to fix this with the latest machho

Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-10 Thread has
Bill Janssen wrote: I actually haven't used py2app -- I just use Xcode 3 and Interface Builder. Works great! I'd start there, then try these other things like py2app. Be aware that Xcode doesn't include any dependencies in your .app bundle as py2app does. Also, the executable links agains

Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Robin Dunn
Dan Ross wrote: Hi Cody- Thanks for the reply. I posted the wrong error. I figured out the missing file part. Here's the error after providing the file. File "build/bdist.macosx-10.3-i386/egg/macholib/MachO.py", line 178, in load raise ValueError("Unknown load command: %d" % (cmd_lo

Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Dan Ross
Hi Cody- Thanks for the reply. I posted the wrong error. I figured out the missing file part. Here's the error after providing the file. Dan On Mon, 10 Nov 2008 15:56:09 -0600, "Cody Precord" wrote: Hello, On Mon, Nov 10, 2008 at 3:45 PM, Dan Ross wrote: Hi all- I'm ha

Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Christopher Barker
Dan Ross wrote: I'm having trouble with py2app all of a sudden. It stopped working with 2.5 so I installed 2.6 today, hoping that may work. well, I don't think any changes have been made for 26, so it's actually less likely to work! I'm attaching the text from when the error begins. > Dis

Re: [Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Cody Precord
Hello, On Mon, Nov 10, 2008 at 3:45 PM, Dan Ross <[EMAIL PROTECTED]> wrote: > Hi all- > > I'm having trouble with py2app all of a sudden. It stopped working with 2.5 > so I installed 2.6 today, hoping that may work. > > I'm attaching the text from when the error begins. Any help would be > apprec

[Pythonmac-SIG] Error compiling with py2app

2008-11-10 Thread Dan Ross
Hi all- I'm having trouble with py2app all of a sudden. It stopped working with 2.5 so I installed 2.6 today, hoping that may work. I'm attaching the text from when the error begins. Any help would be appreciated. Thanks, Dan Traceback (most recent call last): File "/Library

Re: [Pythonmac-SIG] thanks for PyObjC!

2008-11-10 Thread Bill Janssen
I actually haven't used py2app -- I just use Xcode 3 and Interface Builder. Works great! I'd start there, then try these other things like py2app. Bill ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pyth

Re: [Pythonmac-SIG] Building an app with dependencies

2008-11-10 Thread Christopher Barker
Alexandre Quessy wrote: I am trying to build a Python Mac OS X application that has quite a lot of dependencies. We rely on wx, appscript, objc, zope, twisted and more. That can be a challenge, I'm not sure how well all of those are supported by py2app recipes -- but some are! Below I prov