Open GoogleCodeExporter opened 9 years ago
Just saw this. This brings up a few ideas -- we could include the bindings in
the
normal installer and enable/disable the feature depending on what the user has
installed. We can have it be in a separate installer too -- but perhaps we
should
ping the community first and see what they'd prefer us do.
Original comment by david.g.hoyt
on 26 Apr 2010 at 3:21
That sounds good to me :)
We should also treat in a different way libgstPythonXY.dll.
These binaries are not bindings but a plugin that allows to load gstreamer
plugins
written in Python. They should be included together with the Python bindings
because
they will depend on the Python version installed (and hence we can check
whether the
right version is actually installed or not), but they should be installed along
with
the rest of gstreamer plugins, or the path should be added to GST_PLUGIN_PATH.
Original comment by ylatuya
on 26 Apr 2010 at 7:21
I believe the installer is already doing that.
Original comment by david.g.hoyt
on 26 Apr 2010 at 8:40
I didn't noticed it ;)
Original comment by ylatuya
on 26 Apr 2010 at 8:50
Please also include python-farsight bindings in this installer.
Original comment by aste...@lagaule.org
on 17 Jun 2010 at 12:20
For everyone having problems with py2exe:
copy gst._gst.pyd to _gst.pyd
err:module:import_dll Library _gst.pyd (which is needed by
L"C:\\..\\gst.interfaces.pyd") not found
Original comment by reiter.christoph@gmail.com
on 12 Jul 2010 at 4:32
Is this still a problem?
Original comment by david.g.hoyt
on 23 Mar 2011 at 8:49
Original issue reported on code.google.com by
ylatuya
on 25 Apr 2010 at 6:25