View Single Post
Posts: 18 | Thanked: 20 times | Joined on Jul 2008
#107
Hi caco3,
I've installed today the SleepTracker. Nothing starts
Version 1.6 from devel.

Output from console:

Code:
# python /opt/SleepAnalyser/main.py
Configuration file /home/user/.SleepAnalyser/SleepAnalyser.conf not existing or not compatible
Traceback (most recent call last):
  File "/opt/SleepAnalyser/main.py", line 1447, in <module>
    main() #Now we can start it.
  File "/opt/SleepAnalyser/main.py", line 79, in main
    config=LoadConfig()
  File "/opt/SleepAnalyser/functions_general.py", line 54, in LoadConfig
    config.set('main', 'sample_smoothing', str(data.sample_smoothing))
AttributeError: 'module' object has no attribute 'sample_smoothing'

Last edited by ConiKost; 2010-08-20 at 23:47.