I'm trying to setup a gstreamer based application, the main imports
are the followings:
import pygst
pygst.require("0.10")
import gst
import gobject
after packaging I have this error:
ImportError: No module named gst
I'm using python 2.6.5 on windows, pygst (http://forja.rediris.es/frs/
download.php/1414/Pygst-0.10.15.1-Python26.exe), pygobject (http://
ftp.acc.umu.se/pub/GNOME/binaries/win32/pygobject/2.20/) and
pyinstaller-py26 rev. 825,
any hints?
--
You received this message because you are subscribed to the Google Groups
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/pyinstaller?hl=en.