Elizabeth Dodd said the following, on 12.03.2008 09:41: > On Wed, 12 Mar 2008, Duncan Webb wrote: > >> In other words you cannot have kaa in python 2.4 site-packages and >> freevo in python 2.5 site-packages. >> > > that makes sense. > not much else does. > i don't have python2.5 installed > i have python 2.4 > i have python-twisted 2.5 > > the new kaa packages then got put into 2.5 site-packages and freevo doesn't > see them. > > i just untarred them and ran python setup.py install >
Have you checked which version of python is being used? # python -V Python 2.4.4 When you run freevo --debug it will print out the environment settings, you should get the same version # freevo --debug version='2.4.4 (#1, Feb 11 2007, 17:31:10) \n[GCC 3.4.3]' python='python' data='/usr/lib/python2.4/site-packages/freevo' FREEVO_SCRIPT='/usr/bin/freevo' RUNAPP='' FREEVO_PYTHON='/usr/lib/python2.4/site-packages/freevo' FREEVO_LOCALE='/usr/share/locale' FREEVO_SHARE='/usr/share/freevo' FREEVO_CONTRIB='/usr/share/freevo/contrib' FREEVO_CONFIG='/usr/share/freevo/freevo_config.py' FREEVO_HELPERS='/usr/lib/python2.4/site-packages/freevo/helpers' PYTHONPATH='/usr/lib/python2.4/site-packages/freevo' PATH='/opt/sbin:/opt/bin:/usr/local/sbin:/usr/local/bin:/bin:/usr/bin:/sbin:/usr/sbin:/root/bin:/usr/bin:/bin:/usr/local/bin:/usr/X11R6/bin/:/sbin:/usr/sbin' USER='root' HOME='/root' Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
