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 722634 - [regression] build failure: ImportError: No module named 'caribou_settings'
[regression] build failure: ImportError: No module named 'caribou_settings'
Status: RESOLVED FIXED
Product: caribou
Classification: Applications
Component: default
git master
Other Linux
: Normal critical
: ---
Assigned To: caribou-maint
caribou-maint
Depends on:
Blocks:
 
 
Reported: 2014-01-20 18:26 UTC by David Ronis
Modified: 2014-11-04 08:00 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix gschema generation with Python 3 (1.63 KB, patch)
2014-11-04 03:11 UTC, Daiki Ueno
committed Details | Review

Description David Ronis 2014-01-20 18:26:29 UTC
I'm trying to build the git/master.  The build dies with:

make[3]: Entering directory `/home/ronis/Project/notar/GNOME/garnome/svn/caribou/work/main.d/caribou-git/data'
/opt/gnome/bin/python3 -B ../tools/make_schema.py \
	-d "caribou" \
	-o org.gnome.caribou.gschema.xml.in caribou.settings.CaribouSettings
Traceback (most recent call last):
  • File "../tools/make_schema.py", line 9 in <module>
    from caribou.settings import caribou_settings
  • File "/home/ronis/Project/notar/GNOME/garnome/svn/caribou/work/main.d/caribou-git/caribou/settings/__init__.py", line 3 in <module>
    from caribou_settings import CaribouSettings
ImportError: No module named 'caribou_settings'
make[3]: *** [org.gnome.caribou.gschema.xml.in] Error 1
Comment 1 Raphael Freudiger 2014-11-02 08:39:15 UTC
I can confirm this with python3. Changing python to default to python2 does solve this issue.
Comment 2 Daiki Ueno 2014-11-04 03:11:12 UTC
Created attachment 289958 [details] [review]
Fix gschema generation with Python 3
Comment 3 Daiki Ueno 2014-11-04 07:59:57 UTC
Attachment 289958 [details] pushed as 7910e5e - Fix gschema generation with Python 3