Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing traceback error #926

Closed
MarkP2015 opened this issue Nov 24, 2018 · 2 comments · Fixed by #1010
Closed

Installing traceback error #926

MarkP2015 opened this issue Nov 24, 2018 · 2 comments · Fixed by #1010

Comments

@MarkP2015
Copy link

mark@Lexington:~/gourmet-0.17.4$ python setup.py install
Traceback (most recent call last):
File "setup.py", line 16, in
from DistUtilsExtra.command import build_extra, build_i18n, build_icons
ImportError: No module named DistUtilsExtra.command

Did I do something wrong? I thought I was following the INSTALL.md pretty well.

@jkm48
Copy link

jkm48 commented Dec 7, 2018

See issue #826

@MarkP2015 MarkP2015 changed the title Installing traceback error SOLVED Installing traceback error Dec 22, 2018
@MarkP2015
Copy link
Author

I apologize in advance. I've lost my ability to find what/where/when I have previously posted (asking for help here). Today, a see that I have python-minimal (2.7) installed. So why has this happened?

mark@Lexington:~/gourmet-master$ gourmet
Traceback (most recent call last):
File "/usr/local/bin/gourmet", line 17, in
GourmetRecipeManager.startGUI()
File "/usr/local/lib/python2.7/dist-packages/gourmet/GourmetRecipeManager.py", line 701, in startGUI
r=RecGui(splash_label=splash.label)
File "/usr/local/lib/python2.7/dist-packages/gourmet/GourmetRecipeManager.py", line 911, in init
GourmetApplication.init(self, splash_label=splash_label)
File "/usr/local/lib/python2.7/dist-packages/gourmet/GourmetRecipeManager.py", line 76, in init
self.setup_prefs() # Setup preferences...
File "/usr/local/lib/python2.7/dist-packages/gourmet/GourmetRecipeManager.py", line 99, in setup_prefs
lambda *args: self.forget_remembered_optional_ingredients()}
File "/usr/local/lib/python2.7/dist-packages/gourmet/prefsGui.py", line 60, in init
self.ui.add_from_file(uifile)
glib.GError: Failed to open file “/usr/local/share/ui/preferenceDialog.ui”: No such file or directory

@MarkP2015 MarkP2015 changed the title SOLVED Installing traceback error Installing traceback error Jan 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants