After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 747087 - validate:launcher: Install config.py for non-development mode
validate:launcher: Install config.py for non-development mode
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal critical
: 1.5.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-03-31 01:47 UTC by Young Han Lee
Modified: 2015-06-24 14:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Install config.py for non-development mode (991 bytes, patch)
2015-03-31 01:49 UTC, Young Han Lee
none Details | Review

Description Young Han Lee 2015-03-31 01:47:11 UTC
.
Comment 1 Young Han Lee 2015-03-31 01:47:24 UTC
Running installed gst-validate-launcher aborted with the following error.
    
  • File "lib/gst-validate-launcher/python/launcher/baseclasses.py", line 28 in <module>
    import config
ImportError: No module named config
    
This is because config.py is added but not installed in ba6d209b3fd062f4e6bd889f81f1213cc12339ec.
Comment 2 Young Han Lee 2015-03-31 01:49:29 UTC
Created attachment 300638 [details] [review]
Install config.py for non-development mode
Comment 3 Thibault Saunier 2015-03-31 07:33:54 UTC
commit 75205828c719329072ae52414aaf49abdf2e7a55
Author: Young Han Lee <y.lee@lge.com>
Date:   Tue Mar 31 09:20:05 2015 +0900

    validate:launcher: Install config.py for non-development mode
    
    Running installed gst-validate-launcher aborted with the following error.
    
  • File "lib/gst-validate-launcher/python/launcher/baseclasses.py", line 28 in <module>
    import config     ImportError: No module named config
    
    This is because config.py is added but not installed
    in ba6d209b3fd062f4e6bd889f81f1213cc12339ec.