Hi Richard, On Tue, 2009-06-30 at 20:41 +0200, Richard van Paasen wrote: > I checked out the latest kaa from svn. I have a seperate user for freevo > development that installs python packages in the home directory. When I > install kaa using "python ./setup.py install --prefix=$HOME" then it looks as > if kaa is not installed properly: (no kaa subdirectory present).
Actually on some systems (those with setuptools installed) individual kaa modules will now be installed as eggs. What you see there are zipped eggs, although I recently made a change to kaa.base to disable module installation as zipped eggs -- instead they'll be installed directory trees, but still as separate egg directories. > TypeError: Error when calling the metaclass bases > module.__init__() takes at most 2 arguments (3 given) > > With the previous version this approach worked fine. Do I have to install kaa > diferently now? Do an svn up on your kaa checkout now, rm -f ~/lib/python2.6/site-packages/kaa*, and reinstall all the modules again. Please let me know if this works for you. Thanks, Jason. ------------------------------------------------------------------------------ _______________________________________________ Freevo-devel mailing list Freevo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/freevo-devel