[Sugar-devel] activities not starting (porting on marvell tablet)
Nagarjuna G
nagarjun at gnowledge.org
Thu Jan 6 08:03:02 EST 2011
On Thu, Jan 6, 2011 at 5:38 PM, Aleksey Lim <alsroot at member.fsf.org> wrote:
> On Sun, Jan 02, 2011 at 12:10:08AM +0530, Nagarjuna G wrote:
>> I am porting Sugar on a marvell tablet. Using debian distro. When I
>> run an activity, such as record, or memorize, I get the following
>> error. any clue will be helpful.
>>
>>
>> glab:~/.sugar/default/logs# tail -f org.laptop.RecordActivity-1.log
>> module = __import__(module_name)
>> File "/root/Activities/Record.activity/record.py", line 44, in <module>
>> from model import Model
>> File "/root/Activities/Record.activity/model.py", line 49, in <module>
>> from ui import UI
>> File "/root/Activities/Record.activity/ui.py", line 63, in <module>
>> import aplay
>> File "/root/Activities/Record.activity/aplay.py", line 44, in <module>
>> player = gst.element_factory_make('playbin')
>> gst.ElementNotFoundError: playbin
>
> "playbin" gst plugin is a part of gst-plugins-base
> http://gstreamer.freedesktop.org/documentation/plugins.html
> you need to install it
>
Thanks. I will do this and report back.
--
GN
More information about the Sugar-devel
mailing list