Duncan Webb wrote: > drew wrote: >> Hi all, >> >> After using 1.5 quite happily for some time my PC eventually gave up the >> ghost, so I took the opportunity to upgrade Freevo to the 1.7 series at >> the same time as upgrading the PC. I used the version that comes the >> Mandriva 2008, Freevo 1.7.0-1. >> When I try to run it, it starts, then before the gui starts it crashes >> back to the desktop. So I tried to turn on logging by adding... >> >> LOGGING = logging.DEBUG >> RECORDSERVER_LOGGING = logging.DEBUG >> DEBUG = 1 >> CHILDAPP_DEBUG = 1 >> >> to the local_conf.py >> >> When I run freevo, I now get... >> >> [EMAIL PROTECTED] ~]$ freevo >> Traceback (most recent call last): >> File "/usr/lib/python2.5/site-packages/freevo/main.py", line 57, in >> <module> >> import config >> File "/usr/lib/python2.5/site-packages/freevo/config.py", line 472, >> in <module> >> execfile(overridefile, globals(), locals()) >> File "/etc/freevo/local_conf.py", line 47, in <module> >> LOGGING = logging.DEBUG >> NameError: name 'logging' is not defined >> >> Has the syntax changed since 1.5? > > It should work, did you remove/move the old 1.5 out of the way before > installing 1.7? > > The logging is not done with the python logging facility. > > Duncan
Thanks Duncan, It is a fresh install of Mandriva 2008 on a clean hard drive. Drew. ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
