Login  Register

GStreamer Python Library

classic Classic list List threaded Threaded
4 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

GStreamer Python Library

Anirban Chatterjee
4 posts
Hello,
           I am not sure if I am posting this query in the right mailing list as I am very new to GStreamer. I am sorry if this is not the right mailing list.

 I would like to know to access GStreamer from Python script in a Rhel5 machine, is installing gstreamer-devel gstreamer-plugins-base-devel enough? I am asking this because while running a python script which is importing pygst, I am getting the below error:

import pygst
ImportError: No module named pygst


Please let me know, what else I am supposed to install to fix this problem

Thanks

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: GStreamer Python Library

Antoine Martin
21 posts
On 12/11/2012 03:51 PM, Anirban Chatterjee wrote:

> Hello,
>            I am not sure if I am posting this query in the right mailing
> list as I am very new to GStreamer. I am sorry if this is not the right
> mailing list.
>
>  I would like to know to access GStreamer from Python script in a *Rhel5
> *machine, is installing *gstreamer-devel* *gstreamer-plugins-base-devel
> enough? I am asking this because while running a python script which is
> importing pygst, I am getting the below error:
>
> *import pygst
> ImportError: No module named pygst
yum install gstreamer-python
(not a standard package in CentOS/RHEL 5.x AFAIK)

Antoine


>
>
> Please let me know, what else I am supposed to install to fix this problem
>
> Thanks
>
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: GStreamer Python Library

Gary Thomas
83 posts
On 2012-12-11 03:02, Antoine Martin wrote:

> On 12/11/2012 03:51 PM, Anirban Chatterjee wrote:
>> Hello,
>>             I am not sure if I am posting this query in the right mailing
>> list as I am very new to GStreamer. I am sorry if this is not the right
>> mailing list.
>>
>>   I would like to know to access GStreamer from Python script in a *Rhel5
>> *machine, is installing *gstreamer-devel* *gstreamer-plugins-base-devel
>> enough? I am asking this because while running a python script which is
>> importing pygst, I am getting the below error:
>>
>> *import pygst
>> ImportError: No module named pygst
> yum install gstreamer-python
> (not a standard package in CentOS/RHEL 5.x AFAIK)
>
> Antoine
>
>
>>
>>
>> Please let me know, what else I am supposed to install to fix this problem

For future reference, you could discover this yourself via:
   % yum provides '*pygst.py*'

--
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: GStreamer Python Library

Antoine Martin
21 posts
On 12/11/2012 05:43 PM, Gary Thomas wrote:

> On 2012-12-11 03:02, Antoine Martin wrote:
>> On 12/11/2012 03:51 PM, Anirban Chatterjee wrote:
>>> Hello,
>>>             I am not sure if I am posting this query in the right
>>> mailing
>>> list as I am very new to GStreamer. I am sorry if this is not the right
>>> mailing list.
>>>
>>>   I would like to know to access GStreamer from Python script in a
>>> *Rhel5
>>> *machine, is installing *gstreamer-devel* *gstreamer-plugins-base-devel
>>> enough? I am asking this because while running a python script which is
>>> importing pygst, I am getting the below error:
>>>
>>> *import pygst
>>> ImportError: No module named pygst
>> yum install gstreamer-python
>> (not a standard package in CentOS/RHEL 5.x AFAIK)
>>
>> Antoine
>>
>>
>>>
>>>
>>> Please let me know, what else I am supposed to install to fix this
>>> problem
>
> For future reference, you could discover this yourself via:
>   % yum provides '*pygst.py*'
>
AFAIK, this won't work in his case since gstreamer-python is not part of
the standard RHEL/CentOS 5.x repos (works for others though, inc 6.x)

Antoine
_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel