[EMAIL PROTECTED] wrote:

Send Pymedia-users mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://lists.sourceforge.net/lists/listinfo/pymedia-users
or, via email, send a message with subject or body 'help' to
        [EMAIL PROTECTED]

You can reach the person managing the list at
        [EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Pymedia-users digest..."


Today's Topics:

  1. Import Error (Jim Swainston)
  2. Re: Import Error (Dmitry Borisov)

--__--__--

Message: 1
Date: Sun, 16 Apr 2006 19:05:25 +0100
From: Jim Swainston <[EMAIL PROTECTED]>
To: [email protected]
Subject: [Pymedia-users] Import Error

Hi

I have downloaded and installed all of the libraries that PyMedia uses. When installing PyMedia it confirmed that it could find all of the following libraries:

OGG : found
VORBIS : found
FAAD : found
MP3LAME : found
VORBICENC : found

I then tested PyMedia by running python from the shell. I tried to import PyMedia but recieved the following error message;

Traceback (most recent call last):
 File "<stdin>", line 1, in ?
 File "/usr/lib/python2.4/site-packages/pymedia/__init__.py", line 26, in ?
   import muxer, audio, video, removable
ImportError: libmp3lame.so.0: cannot open shared object file: No such file or directory

I am relatively new to Linux and Python so am not sure of what has gone wrong. I am running Fedora Core 4.

Could anybody please suggest to me what i should do?

Thanks

Jim Swainston



--__--__--

Message: 2
From: "Dmitry Borisov" <[EMAIL PROTECTED]>
To: <[email protected]>
Subject: Re: [Pymedia-users] Import Error
Date: Sun, 16 Apr 2006 11:48:29 -0700

Welcome to the open world.
How about this article ?
http://indashpc.org/vbullettin/viewtopic.php?t=31
Dmitry/

----- Original Message ----- From: "Jim Swainston" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Sunday, April 16, 2006 11:05 AM
Subject: [Pymedia-users] Import Error


Hi

I have downloaded and installed all of the libraries that PyMedia uses. When installing PyMedia it confirmed that it could find all of the following libraries:

OGG : found
VORBIS : found
FAAD : found
MP3LAME : found
VORBICENC : found

I then tested PyMedia by running python from the shell. I tried to import PyMedia but recieved the following error message;

Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/lib/python2.4/site-packages/pymedia/__init__.py", line 26, in ?
  import muxer, audio, video, removable
ImportError: libmp3lame.so.0: cannot open shared object file: No such file or directory

I am relatively new to Linux and Python so am not sure of what has gone wrong. I am running Fedora Core 4.

Could anybody please suggest to me what i should do?

Thanks

Jim Swainston



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users





--__--__--

_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users


End of Pymedia-users Digest
Hi

I have followed These instructions and they have worked well, I am now playing media. However, my system doesn't seem to remember the following command;

export LD_LIBRARY_PATH=<path_to_libraries>

It seems I have to run this command each time I reboot my system. Is there anything I can add to the command to make it remembered?

Thanks

Jim




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Pymedia-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pymedia-users

Reply via email to