[Bug 793560] gst-python: tarball missing __init__.py files

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Feb 18 15:10:29 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793560

--- Comment #3 from Nicolas Dufresne (stormer) <nicolas at ndufresne.ca> ---
This adds the missing file, but "distcheck" still fails. 

make[3]: Entering directory
'/home/nicolas/Sources/gstreamer-master/gst-python/gst-python-1.13.1.1/_build/sub/testsuite'
/usr/bin/python ../../../testsuite/runtests.py test_gst.py test_types.py
Traceback (most recent call last):
  File "../../../testsuite/runtests.py", line 61, in <module>
    suite = _tests_suite()
  File "../../../testsuite/runtests.py", line 44, in _tests_suite
    return loader.loadTestsFromNames(testcases)
  File "/usr/lib64/python2.7/unittest/loader.py", line 130, in
loadTestsFromNames
    suites = [self.loadTestsFromName(name, module) for name in names]
  File "/usr/lib64/python2.7/unittest/loader.py", line 91, in loadTestsFromName
    module = __import__('.'.join(parts_copy))
  File
"/home/nicolas/Sources/gstreamer-master/gst-python/gst-python-1.13.1.1/testsuite/test_gst.py",
line 23, in <module>
    from common import TestCase, unittest
  File
"/home/nicolas/Sources/gstreamer-master/gst-python/gst-python-1.13.1.1/testsuite/common.py",
line 37, in <module>
    from gi.repository import Gst
  File "/usr/lib64/python2.7/site-packages/gi/importer.py", line 146, in
load_module
    dynamic_module = load_overrides(introspection_module)
  File "/usr/lib64/python2.7/site-packages/gi/overrides/__init__.py", line 125,
in load_overrides
    override_mod = importlib.import_module(override_package_name)
  File "/usr/lib64/python2.7/importlib/__init__.py", line 37, in import_module
    __import__(name)
  File
"/home/nicolas/Sources/gstreamer-master/gst-python/build/gi/overrides/Gst.py",
line 567, in <module>
    from . import _gi_gst
ImportError: cannot import name _gi_gst

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list