Dear Duncan

I tried Tom's method to get the recordserver going in
Ubuntu Feisty (I had the same problem) and I did
succeed in getting the recordserver to come up. But I
also get a strange error message in terminal after I
start the recordserver, it says 
/usr/lib/python2.5/site-packages/twisted/web/http.py:40:
RuntimeWarning: Python C API version mismatch for
module _c_urlarg: This Python has API version 1013,
module _c_urlarg has version 1012.
  from twisted.protocols._c_urlarg import unquote
After this, I start Freevo and it starts, but with
this error message
freevo: could not connect to socket
freevo: No such file or directory
I can program a recording,but nothing will record. I
have the same ivtv drivers and configuration in
local_conf.py that I used successfully before in
version 1.6.2, so it can't be that. Any ides on what's
wrong and how to fix it? I already reinstalled Freevo
since this and the same thing happens.

Phil
--- Duncan Webb <[EMAIL PROTECTED]> wrote:

> [EMAIL PROTECTED] wrote:
> > Duncan Webb a écrit :
> >> [EMAIL PROTECTED] wrote:
> >>   
> >>> hello,
> >>>
> >>> i' mtrying to use freevo 1.7 with ubuntu feisty
> using the server 
> >>> http://ubuntu.geole.info/ feisty universe
> multiverse
> >>>
> >>> 1) From a fresh install of feisty, the package
> freevo1.7 seems broken. 
> >>> it needs python2.4. (solved)
> >>>
> >>> 2) the recordserver crash with this output :
> >>>
> >>> [EMAIL PROTECTED]:~$ Traceback (most recent call last):
> >>>   File 
> >>>
>
"/var/lib/python-support/python2.5/freevo/helpers/recordserver.py",
> line 
> >>> 51, in <module>
> >>>     from twisted.internet.app import Application
> >>> ImportError: No module named app
> >>>
> >>> python-twisted was intalled with freevo as
> dependencie. The version is 2.5
> >>>
> >>> I try change the symlink /usr/bin/python -->
> /usr/bin/python2.4 but i've 
> >>> got the same output :
> >>>
> >>>  File 
> >>>
>
"/var/lib/python-support/python2.4/freevo/helpers/recordserver.py",
> line 
> >>> 51, in ?
> >>>     from twisted.internet.app import Application
> >>> ImportError: No module named app
> >>>
> >>>
> >>> Any idea ?
> >>>     
> >> Yes, you need to use Twisted-2.4, I suspect that
> Twisted-2.5 is being
> >> installed.
> >>
> >> Duncan
> >>
> >>
> >>
>
-------------------------------------------------------------------------
> >> This SF.net email is sponsored by DB2 Express
> >> Download DB2 Express C - the FREE version of DB2
> express and take
> >> control of your XML. No limits. Just data. Click
> to get it now.
> >> http://sourceforge.net/powerbar/db2/
> >> _______________________________________________
> >> Freevo-users mailing list
> >> Freevo-users@lists.sourceforge.net
> >>
>
https://lists.sourceforge.net/lists/listinfo/freevo-users
> >>
> >>   
> > Hello,
> > 
> > I solved my problem with feisty and freevo.
> > The solution is not the best but ...
> > 
> > here is :
> > 
> > install freevo1.7 with apt and all the dependances
> python-twisted , etc ...
> > 
> > then upload this file :
> > 
> > wget
>
http://perso.wanadoo.fr/tomlohave/linux/python-twisted-2.4.tar.gz
> > (it is python twisted and all taken from a pc
> under edgy)
> > unpack this archive in your home (or whatever you
> want)
> > 
> > go to /usr/lib/python2.5/site-packages :
> > 
> > cd /usr/lib/python2.5/site-packages
> > sudo mv twisted twisted-origin
> > sudo ln -s /home/yourlogin/python/twisted twisted
> > 
> > with this "small" change, all is perfect and the
> recordserver is 
> > functionnal.
> > But it's not an elegant solution. Can the
> maintainer look at the package ?
> > 
> > i hope this can help someone :)
> 
> I think that you can also:
> sudo mv twisted twisted-2.5
> cd /path/to/unpacked/twisted-2.4.0/package
> cd ZopeInterface-3.1.0c1
> sudo python setup.py install
> cd ../TwistedCore-2.4.0
> sudo python setup.py install
> cd ..
> sudo python setup.py install
> 
> This is that standard way to install python
> packages.
> 
> But if your happy then stick with your solution.
> Duncan
> 
> 
>
-------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2
> express and take
> control of your XML. No limits. Just data. Click to
> get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Freevo-users mailing list
> Freevo-users@lists.sourceforge.net
>
https://lists.sourceforge.net/lists/listinfo/freevo-users
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to