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()
| The Following User Says Thank You to tungram For This Useful Post: | ||
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.
I will fix it right now and kick the update to the autobuilder, so it should work after that.

| The Following User Says Thank You to Yabba For This Useful Post: | ||