On 28 March 2013 22:12, <[email protected]> wrote: > 4) Launch the app, it don’t work: the error is pretty the same: > > > > Traceback (most recent call last): > > File "/usr/bin/sugar-activity", line 154, in <module> > > main() > > File "/usr/bin/sugar-activity", line 110, in main > > class_name = splitted_module[1] > > IndexError: list index out of range > > Exited with status 1, pid 748 data (None, <open file '<fdopen>', mode 'w' at > 0x9ab85a0>, dbus.ByteArray('e4a32a21d20c60809a3c9adbaac8f4b104eb8571', > variant_level=1))
I don't have an explanation for the installation thing, but that error is caused by your exec line which is incorrect. sugar-activity expects the "path" to a class as first argument, not the name of a script. _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

