[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