![]() |
2010-10-27
, 08:20
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#62
|
pykake segfaul in 1.3 firmware.
Nokia-N900-51-1:~# /opt/pykake/pykake.py
Segmentation fault
print "a" app = QApplication(sys.argv) print "b" MiscFunctions().loadSettings() print "c" MiscFunctions().controlLircd("start") print "d" main = MainWindow() print "e" if USEFULLSCREEN == True: print "f" main.showFullScreen() else: print "g" main.show() print "h" app.exec_() MiscFunctions().exitFunction()
![]() |
2010-11-02
, 08:48
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#63
|
![]() |
2010-11-02
, 09:22
|
Posts: 136 |
Thanked: 115 times |
Joined on Jul 2010
@ Greece
|
#64
|
![]() |
2010-11-03
, 07:22
|
Posts: 12 |
Thanked: 3 times |
Joined on Sep 2010
|
#65
|
![]() |
2010-11-03
, 17:30
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#66
|
pykake is great stuff. it used to work until the recent updates. noticed it first 1 version before 1.3 was released. it does not "click" - shutter doesn't work. I am using pentax. shutter widget works fine for me.
any idea?
thanks
![]() |
2010-11-03
, 17:58
|
Posts: 12 |
Thanked: 3 times |
Joined on Sep 2010
|
#67
|
The Following User Says Thank You to tungram For This Useful Post: | ||
![]() |
2010-11-04
, 08:44
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#68
|
python /opt/pykake/pykake.pyAnd I think I know where the problem is. There is rootsh instead of sudo (used in debugging) in Lirc controlling commands, and this maybe the cause of the problem. And this was already in 0.7.0 (which didn't work for you, probably because you don't have rootsh installed, right?), so it was all my fault, sorry
> Unsupported date format character at 1 (%-d.%-m.)
> Starting lirc daemon: lircd.
> Stopping lirc daemon: irexec lircmd lircd.
The Following User Says Thank You to Yabba For This Useful Post: | ||
![]() |
2010-11-04
, 15:16
|
Posts: 47 |
Thanked: 41 times |
Joined on Jan 2010
@ Finland
|
#69
|
![]() |
2010-11-04
, 18:36
|
Posts: 12 |
Thanked: 3 times |
Joined on Sep 2010
|
#70
|
Nokia-N900-51-1:~# /opt/pykake/pykake.py
Segmentation fault