skorotkov / ossbuild

GStreamer 0.10 windows build environment. Automatically exported from code.google.com/p/ossbuild
Other
0 stars 0 forks source link

Python 2.7 _gst.pyd calles python26.dll #124

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

I'm currently using GStreamer-WinBuilds-SDK-GPL-x86-Beta04-0.10.7 and using 
python 2.7 32 bit. When importing gst I get the following error:

ImportError: Module use of python26.dll conflicts with this version of Python.

It seems as if _gst was compiled using the wrong dll. Note that I have a 
python26 parallel installation.

Grettings

Original issue reported on code.google.com by prinzsch...@gmail.com on 28 Jun 2011 at 11:06

GoogleCodeExporter commented 8 years ago
Hi and thanks for the easy install tools!

I ran into this same problem and wondering if there is a fix, or if we're doing 
something wrong?

GStreamer-WinBuilds-GPL-x86-Beta04-0.10.7.msi
GStreamer-WinBuilds-SDK-GPL-x86-Beta04-0.10.7.msi

Using python 2.7 32 bit.

Thanks,
Derek

Original comment by carsondk on 13 Jul 2011 at 3:27

GoogleCodeExporter commented 8 years ago
The .pyd files depend on the Python 2.6 dll.  I think these were built wrong.

As a side note, where's the documentation that states what's in these .msi 
files and what it was compiled against?  There's nothing in the  front page, 
wiki or the forums that I can see.  There are ReadMe.txt files in the 
repository, but the code isn't tagged, so it's not clear which release is which 
revision.  It's certainly not obvious where this information can be found.

Original comment by wil...@bluesock.org on 12 Aug 2011 at 7:09

GoogleCodeExporter commented 8 years ago
So, what's the solution for this problem? I have the same difficult.

Original comment by nunziant...@gmail.com on 11 Sep 2011 at 12:49

GoogleCodeExporter commented 8 years ago
Did anyone solved this problem?
I'm about to uninstall Python 2.7 and keep just 2.6

Original comment by amauryme...@gmail.com on 12 Jun 2012 at 11:54

GoogleCodeExporter commented 8 years ago
You could try with the new GStreamer SDK we launched a few days ago: 
http://gstreamer.com/
It includes GStreamer bindings for Python 2.7 for 32 and 64 bits

Original comment by ylatuya on 13 Jun 2012 at 8:58