ChinnaSuhas / ossbuild

Automatically exported from code.google.com/p/ossbuild
Other
0 stars 1 forks source link

Pygst installer #36

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
We should provide for next releases a separate installer for the Python
bindings. The best solution would be to install the bindings in  python's
installation paht, like pygtk does. This path can be retrieved from the
registry reading the following key:
HKLM\Software\Python\PythonCore\XY\InstallPath
(XY is the python version)

Original issue reported on code.google.com by ylatuya on 25 Apr 2010 at 6:25

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
I believe the installer is already doing that.

Original comment by david.g.hoyt on 26 Apr 2010 at 8:40

GoogleCodeExporter commented 9 years ago
I didn't noticed it ;)

Original comment by ylatuya on 26 Apr 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Please also include python-farsight bindings in this installer.

Original comment by aste...@lagaule.org on 17 Jun 2010 at 12:20

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Is this still a problem?

Original comment by david.g.hoyt on 23 Mar 2011 at 8:49