Thanks for your reply! So, pythonpath should be changed before attempting to install to prevent that error?
On 01/24/2011 11:53 AM, Dirk Meyer wrote: > Hi, > > On 16.01.2011 22:25, Dan Schmidt wrote: >> Is there a way to install kaa without touching the rest of my machine? >> I've waxed brave enough to try the beta version but, if I botch it up, I >> still need to use my Freevo. I was looking at: >> http://doc.freevo.org/SourceSVNInstallation Any help appreciated, thanks. >> >> >> dan@dan-desktop:~/kaa$ python setup.py install >> --prefix=/home/dan/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/dist-packages/kaa/ >> >> Once you delete #2, you'll need to reinstall all the kaa >> sub-modules you use. > #1 should be enough if you install using --prefix > python setup.py install --prefix=/some/dir > > To use that version instead of the one in the system set PYTHONPATH > > Dischi > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
