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_load.cmd,))
ValueError: Unknown load command: 27
> 
/Users/danr/Projects/pyTunesQT/build/bdist.macosx-10.3-i386/egg/macholib/MachO.py(178)load()


You need a newer version of macho lib.  Do:

        easy_install macholib==dev


--
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!

_______________________________________________
Pythonmac-SIG maillist  -  Pythonmac-SIG@python.org
http://mail.python.org/mailman/listinfo/pythonmac-sig

Reply via email to