bruno1505 / pyetv

Automatically exported from code.google.com/p/pyetv
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Can't compile myself from trunk. #55

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When I try to compile the trunk myself, and use it as described in
frontpython, it will not register in Front Row.

What steps will reproduce the problem?
1. check out source from svn
2. execute "python setup.py py2app -A"
3. create symlink as described in frontpyhon

What is the expected output? What do you see instead?
PyeTV available in FrontRow.
I only get a standard FrontRow.

What version of the product are you using? On what operating system?
SVN checkout from trunk on 16 March 2010.
MacOSX SnowLeopard (10.6.2)

Please provide any additional information below.
n/a

Original issue reported on code.google.com by st.sie...@gmail.com on 16 Mar 2010 at 8:55

GoogleCodeExporter commented 8 years ago

Original comment by jon.chri...@gmail.com on 16 Mar 2010 at 9:14

GoogleCodeExporter commented 8 years ago
Issue 54 has been merged into this issue.

Original comment by jon.chri...@gmail.com on 16 Mar 2010 at 9:14

GoogleCodeExporter commented 8 years ago

Original comment by jon.chri...@gmail.com on 16 Mar 2010 at 9:15

GoogleCodeExporter commented 8 years ago
Did you run "make" from the source tree?  This kills Front Row and forces it to 
be
restarted, which is necessary to pick up any new modules.  Other than that, it 
sounds
like you've done things correctly.

Original comment by jon.chri...@gmail.com on 16 Mar 2010 at 9:16

GoogleCodeExporter commented 8 years ago
Did now. But no success.

Error Message from Console

3/17/10 6:48:49 PM  FrontRow[90169] ******** Application Startup ********
3/17/10 6:48:51 PM  Front Row[90169]    PyeTV has encountered a fatal error, and 
will now
terminate.
3/17/10 6:48:51 PM  Front Row[90169]    An uncaught exception was raised during 
execution
of the main script:

ImportError: No module named appscript

This may mean that an unexpected error has occurred, or that you do not have 
all of
the dependencies for this bundle.
3/17/10 6:48:51 PM  FrontRow[90169] Failed to allow loading of appliance
/System/Library/CoreServices/Front Row.app/Contents/PlugIns/PyeTV.frappliance
3/17/10 6:48:51 PM  FrontRow[90169] T:[0xa0bab500] Registered BRPhotoPlayer for 
media
type 3
3/17/10 6:48:51 PM  FrontRow[90169] T:[0xa0bab500] Registered 
FRITunesAppMusicPlayer
for media type 0
3/17/10 6:48:51 PM  FrontRow[90169] T:[0xa0bab500] Registered FRVideoPlayer for 
media
type 1
3/17/10 6:48:51 PM  FrontRow[90169] T:[0xa0bab500] Registered FRDVDPlayer for 
media type 2
3/17/10 6:48:54 PM  FrontRow[90169] T:[0xa0bab500] Start up render thread for 
display:
0x4272240
3/17/10 6:49:09 PM  FrontRow[90169] T:[0xa0bab500] Stop render thread

Original comment by st.sie...@gmail.com on 17 Mar 2010 at 5:50

GoogleCodeExporter commented 8 years ago
From README.txt:

DEVELOPERS:
   First, make sure py-appscript is installed http://appscript.sourceforge.net/

Original comment by jon.chri...@gmail.com on 17 Mar 2010 at 5:54