[Sugar-devel] activities not starting (porting on marvell tablet)
Aleksey Lim
alsroot at member.fsf.org
Thu Jan 6 07:08:39 EST 2011
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
--
Aleksey
More information about the Sugar-devel
mailing list