gst (gstreamer) module in Windows.

Hello, i’m working with a wxPython application running on linux that makes use of the gst (gstreamer) module. When i try to run this application on Windows XP, i get an exception that states that the is no such gst module.

How do i get this module in Windows

Musa

Hello,

···

On Tue, Dec 9, 2008 at 1:02 PM, musa mhlengi musamhlengi@gmail.com wrote:

Hello, i’m working with a wxPython application running on linux that makes use of the gst (gstreamer) module. When i try to run this application on Windows XP, i get an exception that states that the is no such gst module.

How do i get this module in Windows

  1. gstreamer has nothing to do with wxPython, their website might be a better starting point for you to get some information. :wink:

  2. Try to search the web (google is your friend, I found the answer in 0.25 seconds ;).

Cody

Message
Musa,

You might want to look into wx.MediaCtrl if your app is something you hope will be widely used. It uses different media players for different OSes, saving installation hassles.

David

···

-----Original Message-----
From:
wxpython-users-bounces+dwoods=wcer.wisc.edu@lists.wxwidgets.org [mailto:wxpython-users-bounces+dwoods=wcer.wisc.edu@lists.wxwidgets.org] ** On Behalf Of** musa mhlengi
Sent: Tuesday, December 09, 2008 1:02 PM
To: wxpython-users@lists.wxwidgets.org
Subject:
[wxpython-users] gst (gstreamer) module in Windows.

Hello, i’m working with a wxPython application running on linux that makes use of the gst (gstreamer) module. When i try to run this application on Windows XP, i get an exception that states that the is no such gst module.

How do i get this module in Windows

Musa