|
2010-08-18
, 21:33
|
Posts: 197 |
Thanked: 101 times |
Joined on Dec 2009
@ Netherlands
|
#102
|
|
2010-08-18
, 21:48
|
|
Posts: 560 |
Thanked: 423 times |
Joined on May 2010
@ Switzerland
|
#103
|
|
2010-08-19
, 22:42
|
|
Posts: 560 |
Thanked: 423 times |
Joined on May 2010
@ Switzerland
|
#104
|
|
2010-08-20
, 00:09
|
Posts: 19 |
Thanked: 4 times |
Joined on Apr 2010
|
#105
|
|
2010-08-20
, 00:15
|
|
Posts: 560 |
Thanked: 423 times |
Joined on May 2010
@ Switzerland
|
#106
|
|
2010-08-20
, 23:39
|
Posts: 18 |
Thanked: 20 times |
Joined on Jul 2008
|
#107
|
# 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'
|
2010-08-20
, 23:52
|
Posts: 69 |
Thanked: 18 times |
Joined on Apr 2010
|
#108
|
|
2010-08-21
, 00:16
|
Posts: 437 |
Thanked: 90 times |
Joined on Nov 2006
|
#109
|
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'
The Following User Says Thank You to convulted For This Useful Post: | ||
|
2010-08-21
, 00:56
|
|
Posts: 62 |
Thanked: 20 times |
Joined on Jun 2010
@ SSD
|
#110
|
A couple of things;
Have you thought about translations? I volonteer for Swedish.
It doesn't seem to handle the scandinavian едц.
I would really like a function where you set how long you want to sleep, and that timer starts ticking when you fall asleep (lay still) rather than when you start the recording. Is that even possible?
Thanks again!