It looks like gstreamer cannot read mp3 files. Do you have the
gstreamer module that handles mp3 playing installed? It is
gst-plugin-mad. Technically it is optional since one does not *need*
it to use pythm. Furthermore, mp3 playing stuff has been removed from
the official openmoko repos, so you will want to go to FSO, SHR, or
etc to get it.

This reminds me that I should really make a concise list of
requirements and where one can find them. I will try to remember to
add that to the opkg.org page next week.

On Fri, Feb 13, 2009 at 4:02 PM, Risto H. Kurppa <ri...@kurppa.fi> wrote:
> On Fri, Feb 13, 2009 at 4:59 PM, Dylan Reilly <drei...@atariland.net> wrote:
>> The package on opkg.org is built for python 2.6 while 2008.12 is using
>> python 2.5. Since there are no code changes required between python
>> versions, you can simply copy
>>
>> /usr/lib/python2.6/site-packages/pythm
>>
>> to
>>
>> /usr/lib/python2.5/site-packages/pythm
>>
>
> Thanks, got that fixed.
>
> Now when I start playing I get these messages (and can't hear anything
> but that might be another issue..)
>
> r...@om-gta02:~# DISPLAY=:0 pythm
> No Locale found, falling back! Error was:[Errno 2] No translation file
> fou                         nd for domain: 'pythm'
> new conf
> using gstreamer backend
> ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1,
> layer=(int)3
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/logging/__init__.py", line 744, in emit
>    msg = self.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
>    return fmt.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 418, in format
>    record.message = record.getMessage()
>  File "/usr/lib/python2.5/logging/__init__.py", line 288, in getMessage
>    msg = msg % self.args
> TypeError: not all arguments converted during string formatting
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/logging/__init__.py", line 744, in emit
>    msg = self.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
>    return fmt.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 418, in format
>    record.message = record.getMessage()
>  File "/usr/lib/python2.5/logging/__init__.py", line 288, in getMessage
>    msg = msg % self.args
> TypeError: not all arguments converted during string formatting
> ** Message: don't know how to handle audio/mpeg, mpegversion=(int)1,
> layer=(int)3
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/logging/__init__.py", line 744, in emit
>    msg = self.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
>    return fmt.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 418, in format
>    record.message = record.getMessage()
>  File "/usr/lib/python2.5/logging/__init__.py", line 288, in getMessage
>    msg = msg % self.args
> TypeError: not all arguments converted during string formatting
> Traceback (most recent call last):
>  File "/usr/lib/python2.5/logging/__init__.py", line 744, in emit
>    msg = self.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 630, in format
>    return fmt.format(record)
>  File "/usr/lib/python2.5/logging/__init__.py", line 418, in format
>    record.message = record.getMessage()
>  File "/usr/lib/python2.5/logging/__init__.py", line 288, in getMessage
>    msg = msg % self.args
> TypeError: not all arguments converted during string formatting
>
>
>
> r
>
>
>
>
> --
> | risto h. kurppa
> | risto at kurppa dot fi
> | http://risto.kurppa.fi
>
> _______________________________________________
> Openmoko community mailing list
> community@lists.openmoko.org
> http://lists.openmoko.org/mailman/listinfo/community
>



-- 
Dylan Maxwell Reilly

_______________________________________________
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to