Administrator
|
Hi All,
I just attempted to install the latest gstreamer from OSSBuilds. Install was easy enough.
Next I tried a plain old gst-launch at a command prompt. I was told that the program can't find python26.dll.
So I went to the python site and had the choice of downloading 2.7 or 3.?. I wen't for 2.7.
Gst-launch still complains about Python26.
So, first, what is the problem? DO I reallyo need a specific release of PythonXX.dll?
Does the Windows GST really need all of Python, or just one dll? Can I recover all that disk space I wated on Python 2.7? I speak no Python though thanks to gstreamer examples I've read a lot of it.
Thanks in Advance,
Wes Miller
CONFIDENTIALITY NOTE: This e-mail and any attachments are confidential. If you are not the intended recipient, be aware that any disclosure, copying, distribution or use of this e-mail or any attachment is prohibited. If you have received this e-mail in error, please notify us immediately by returning it to the sender and delete this copy from your system. Thank you for your cooperation. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
The problem is that python in the 2.x period required linking against a specific library and so you see the problem of needing to build against multiple python libraries under Windows since you never know what the user may or may not have installed. From: gstreamer-devel-bounces+dhoyt=[hidden email] [mailto:gstreamer-devel-bounces+dhoyt=[hidden email]] On Behalf Of Wesley J. Miller Hi All, I just attempted to install the latest gstreamer from OSSBuilds. Install was easy enough. Next I tried a plain old gst-launch at a command prompt. I was told that the program can't find python26.dll. So I went to the python site and had the choice of downloading 2.7 or 3.?. I wen't for 2.7. Gst-launch still complains about Python26. So, first, what is the problem? DO I reallyo need a specific release of PythonXX.dll? Does the Windows GST really need all of Python, or just one dll? Can I recover all that disk space I wated on Python 2.7? I speak no Python though thanks to gstreamer examples I've read a lot of it. Thanks in Advance, Wes Miller CONFIDENTIALITY NOTE: _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Administrator
|
It's running GST-launch that causes the errors. Does IT need Python. Or is it just the bindings?
I've tried building using MingW and never could get it to work. WAAAAYYYYY to difficult to install. Wes |
Hi
Just install python 2.6 from python website then be sure to have C:\Python26 (by default) in the windows path... I do that with ossbuild and have no problems ... don t know if ossbuild has a 2.7 compatible installer Good luck Envoyé de mon iPhone Le 12 juil. 2011 à 13:37, Wes Miller <[hidden email]> a écrit : > It's running GST-launch that causes the errors. Does IT need Python. Or is > it just the bindings? > > I've tried building using MingW and never could get it to work. WAAAAYYYYY > to difficult to install. > > Wes > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-on-Windows-Python26-dll-missing-tp3660429p3662005.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > 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 |
In reply to this post by Wes Miller
No it doesn't need python at all. The SDK installs additional plugins that
are used for creating python plugins. Remove the SDK completely and re-run gst-launch and it should work fine (no errors). If you still get errors, go into the ossbuild installation directory, find the plugins, and just delete the python plugins. Then go into your home directory and delete the gst registry (e.g. C:\Users\<Username>\.gstreamer-0.10\registry.i686.bin) and re-run gst-launch. Things should be cleared up now. :D -----Original Message----- From: gstreamer-devel-bounces+dhoyt=[hidden email] [mailto:gstreamer-devel-bounces+dhoyt=[hidden email]] On Behalf Of Wes Miller Sent: Tuesday, July 12, 2011 4:37 AM To: [hidden email] Subject: RE: Gstreamer on Windows - Python26.dll missing It's running GST-launch that causes the errors. Does IT need Python. Or is it just the bindings? I've tried building using MingW and never could get it to work. WAAAAYYYYY to difficult to install. Wes -- View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-on-Windows-Python26-dl l-missing-tp3660429p3662005.html Sent from the GStreamer-devel mailing list archive at Nabble.com. _______________________________________________ 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 |
Free forum by Nabble | Edit this page |