On Wed, Oct 21, 2009 at 10:25 AM, John Molohan <john.molo...@gcd.ie> wrote:
> John Molohan wrote:
> > Bernard Mentink wrote:
> >>
> >> On Tue, Oct 20, 2009 at 10:53 AM, John Molohan <john.molo...@gcd.ie
> >> <mailto:john.molo...@gcd.ie>> wrote:
> >>
> >> Bernard Mentink wrote:
> >> >
> >> >
> >> > On Tue, Oct 20, 2009 at 10:11 AM, John Molohan
> >> <john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>
> >> > <mailto:john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>>> wrote:
> >> >
> >> > Bernard Mentink wrote:
> >> > >
> >> > >
> >> > > On Tue, Oct 20, 2009 at 2:29 AM, John Molohan
> >> > <john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>
> >> <mailto:john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>>
> >> > > <mailto:john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>
> >> <mailto:john.molo...@gcd.ie <mailto:john.molo...@gcd.ie>>>> wrote:
> >> > >
> >> > > Hi all,
> >> > >
> >> > > In case (like me) you missed what's going on with the
> new
> >> > OSD for
> >> > > Freevo-1 you might want to check out this little video
> >> from
> >> > Henne.
> >> > > There's further discussion at the moment on the
> >> freevo-devel
> >> > list
> >> > > under
> >> > > the subject 'Questions about the OSD theme for blurr'
> >> if you
> >> > want to
> >> > > find out more.
> >> > >
> >> > > http://www.hennevogel.de/hackweek-iv/
> >> > >
> >> > > John
> >> > >
> >> > >
> >> > > Terrific ... good skills, where do I get it from.
> >> > >
> >> > > Cheers,
> >> > > Bernie
> >> > Current freevo-1 svn. For now you'll need the latest
> freevo-svn,
> >> > kaa-svn
> >> > and to make sure kaa.display is compiled and enabled. I'm
> >> waiting from
> >> > confirmation from Adam and Henne for any specific
> >> requirements as I
> >> > haven't been running svn for a while now but I'll post any
> >> specifics I
> >> > get to the users list.
> >> >
> >> > John
> >> >
> >> >
> >> >
> >> > Thanks John,
> >> >
> >> > By the way, how do you enable kaa.display after you have
> >> compiled it?
> >> >
> >> > Cheers,
> >> > Bernie
> >> At a guess by adding plugin.activate('dialog.x11_overlay_display')
> and
> >> possibly by also using the blurr skin to get the same look as in the
> >> video but as I say I haven't played around with it yet.
> >>
> >> John
> >>
> >>
> >> Thanks John,
> >>
> >> I have tried to install and have got stuck at the install of svn kaa .
> >> The error is:
> >>
> >> --------------------------------------------
> >> python setup.py install --prefix=~/freevo-test
> >> [setup] Entering kaa submodule base
> >> ERROR: detected conflicting files from a previous kaa.base version.
> >>
> >> To fix, you'll need to rm -rf the following directories:
> >> 1. build/
> >> 2. /usr/lib/python2.6/site-packages/kaa/
> >>
> >> Once you delete #2, you'll need to reinstall all the kaa
> >> sub-modules you use.
> >> failed to build base
> >> ---------------------------------------------------------
> >>
> >> I am trying to build it in the freevo-test directory so why is it
> >> wanting to delete my current stable kaa version? I thought the whole
> >> idea was to not interfer with the current install?
> >>
> >> I don't have a "build/" directory and if I
> >> delete /usr/lib/python2.6/site-packages/kaa/ I will break my current
> >> install.
> >>
> >> Do you have any "safe" steps in making the svn version compile without
> >> touching the current version. (I am using ArchLinux which installs
> >> Freevo 1.9.0)
> >>
> >> Also, will kaa.display be installed when I install svn kaa, or do I
> >> have to compile that seperatly, if so how?
> >>
> >> Thanks,
> >> Bernie
> > I haven't used a prefix for an install but as far as I know and from a
> > quick look through the mailing list archive this should work. I'm
> > guessing it might be a bug in the code in kaa where it should ignore
> > check number 2 if setup.py is called with --prefix. You could have a
> > look through the code and see if this is the case and submit a patch or
> > you could post on the freevo-devel list where the kaa developers are
> > more likely to pick this up.
> >
> > John
> You're probably safe to install the latest kaa svn sitewide. Backup your
> /usr/lib/python2.6/site-packages/kaa/ first in case you want to restore
> it. After that you should be able to install freevo itself with the
> --prefix setting and both your freevo versions should work hopefully.
>
> John
>
>
>
Hi John,
I tried the compile again sitewide after deleting base/build and
/usr/lib/python2.6/site-packages/kaa/ as you said. I get the following
error now:
-----------------------------
all ok before this
"
"
byte-compiling
/usr/lib/python2.6/site-packages/kaa/base/pynotifier/nf_gtk.py to nf_gtk.pyc
byte-compiling
/usr/lib/python2.6/site-packages/kaa/base/pynotifier/__init__.py to
__init__.pyc
byte-compiling
/usr/lib/python2.6/site-packages/kaa/base/pynotifier/dispatch.py to
dispatch.pyc
byte-compiling
/usr/lib/python2.6/site-packages/kaa/base/pynotifier/nf_generic.py to
nf_generic.pyc
byte-compiling /usr/lib/python2.6/site-packages/kaa/base/pynotifier/log.py
to log.pyc
byte-compiling
/usr/lib/python2.6/site-packages/kaa/base/pynotifier/version.py to
version.pyc
byte-compiling
/usr/lib/python2.6/site-packages/kaa/base/pynotifier/nf_twisted.py to
nf_twisted.pyc
byte-compiling /usr/lib/python2.6/site-packages/kaa/__init__.py to
__init__.pyc
writing byte-compilation script '/tmp/tmpEIhazO.py'
/usr/bin/python -O /tmp/tmpEIhazO.py
removing /tmp/tmpEIhazO.py
running install_egg_info
Removing /usr/lib/python2.6/site-packages/kaa_base-0.99.0-py2.6.egg-info
Writing /usr/lib/python2.6/site-packages/kaa_base-0.99.0-py2.6.egg-info
[setup] Leaving kaa submodule base
[setup] Entering kaa submodule imlib2
kaa.base not installed
failed to build imlib2
[setup] Leaving kaa submodule imlib2
[setup] Entering kaa submodule display
kaa.base not installed
failed to build display
[setup] Leaving kaa submodule display
[setup] Entering kaa submodule mevas
kaa.base not installed
failed to build mevas
[setup] Leaving kaa submodule mevas
[setup] Entering kaa submodule epg
kaa.base not installed
failed to build epg
[setup] Leaving kaa submodule epg
[setup] Entering kaa submodule metadata
kaa.base not installed
failed to build metadata
[setup] Leaving kaa submodule metadata
[setup] Entering kaa submodule xine
kaa.base not installed
failed to build xine
[setup] Leaving kaa submodule xine
[setup] Entering kaa submodule cherrypy
kaa.base not installed
failed to build cherrypy
[setup] Leaving kaa submodule cherrypy
[setup] Entering kaa submodule beacon
No module named pkg_resources
kaa.base not installed
failed to build beacon
[setup] Leaving kaa submodule beacon
[setup] Entering kaa submodule popcorn
kaa.base not installed
failed to build popcorn
[setup] Leaving kaa submodule popcorn
[setup] Entering kaa submodule feedmanager
kaa.base not installed
failed to build feedmanager
[setup] Leaving kaa submodule feedmanager
Summary:
Successful: base
Failed: imlib2, display, mevas, epg, metadata, xine, cherrypy, beacon,
popcorn, feedmanager
[r...@tv kaa]#
-----------------------------------------------
Look like it installed base but can't find it .... any suggestions?
Thanks,
Bernie
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users