[mythtv-users] Front Row plugin to run MythFrontend

Dan Wilga mythtv-users2 at dwilga-linux1.amherst.edu
Thu Jan 10 21:22:18 UTC 2008


Garion, I also tried to download the package to my OS X 10.4.11 
machine using Safari, and had similar problems to others, i.e.: 
Safari attaches ".txt" onto the end of it. I then went ahead and 
reset the ending to just ".pkg". The icon appeared as a package 
should, but double-clicking on it resulted in an error message, 
telling me that the package requires OS 10.5.

Then, I tried to recreate it from source. Your compilation 
instructions should probably have mentioned I'd need to download 
py2app :-). Here's what I had to do:

   curl -O http://peak.telecommunity.com/dist/ez_setup.py
   sudo python ez_setup.py -U py2app

Now, however, I get compiler errors:

$ python setup.py py2apprunning py2app
creating /Users/dwilga/Desktop/Download/FrontMyth/build
creating 
/Users/dwilga/Desktop/Download/FrontMyth/build/bdist.darwin-8.10.1-i386
creating 
/Users/dwilga/Desktop/Download/FrontMyth/build/bdist.darwin-8.10.1-i386/python2.3-semi_standalone
creating 
/Users/dwilga/Desktop/Download/FrontMyth/build/bdist.darwin-8.10.1-i386/python2.3-semi_standalone/app
creating 
/Users/dwilga/Desktop/Download/FrontMyth/build/bdist.darwin-8.10.1-i386/python2.3-semi_standalone/app/collect
creating 
/Users/dwilga/Desktop/Download/FrontMyth/build/bdist.darwin-8.10.1-i386/python2.3-semi_standalone/app/temp
creating /Users/dwilga/Desktop/Download/FrontMyth/dist
creating 
build/bdist.darwin-8.10.1-i386/python2.3-semi_standalone/app/lib-dynload
creating 
build/bdist.darwin-8.10.1-i386/python2.3-semi_standalone/app/Frameworks
Traceback (most recent call last):
   File "setup.py", line 24, in ?
     options=dict(py2app=dict(extension='.frappliance', plist=plist))
   File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/core.py", 
line 149, in setup
     dist.run_commands()
   File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/dist.py", 
line 907, in run_commands
     self.run_command(cmd)
   File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/distutils/dist.py", 
line 927, in run_command
     cmd_obj.run()
   File 
"/Library/Python/2.3/site-packages/py2app-0.3.6-py2.3.egg/py2app/build_app.py", 
line 391, in run
     self.initialize_plist()
   File 
"/Library/Python/2.3/site-packages/py2app-0.3.6-py2.3.egg/py2app/build_app.py", 
line 468, in initialize_plist
     plist = self.get_default_plist()
   File 
"/Library/Python/2.3/site-packages/py2app-0.3.6-py2.3.egg/py2app/build_app.py", 
line 336, in get_default_plist
     version = find_version(target.script)
   File 
"/Library/Python/2.3/site-packages/py2app-0.3.6-py2.3.egg/py2app/util.py", 
line 16, in find_version
     ast = compiler.parseFile(fn)
   File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/compiler/transformer.py", 
line 46, in parseFile
     return parse(src)
   File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/compiler/transformer.py", 
line 50, in parse
     return Transformer().parsesuite(buf)
   File 
"/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/compiler/transformer.py", 
line 120, in parsesuite
     return self.transform(parser.suite(text))
   File "<string>", line 36
     @classmethod
     ^
SyntaxError: invalid syntax
-- 
Dan Wilga                                                        "Ook."


More information about the mythtv-users mailing list