Hi, On 05/09/2013 01:47 AM, Jim Duda wrote: > I have updated to the latest git and installed all of the requirements. > I did a git pull on my freevo2 git sandbox. > I then did sudo python setup.py install. > > I now run freevo2 and I get: > > jim> /usr/local/bin/freevo2 > Traceback (most recent call last): > File "/usr/local/bin/freevo2", line 69, in <module> > logging.add_stdout_handler() > AttributeError: 'module' object has no attribute 'add_stdout_handler' > > What might I be missing?
Do you have kaa.base from git? The function is newer than the latest kaa.base release. The function in question should be in logger,py in kaa.base. Regards, Dischi -- The best things in life aren't things. ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
