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