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

gazpacho and kiwi #27

Open
xunhuazhao opened this issue Apr 18, 2015 · 3 comments
Open

gazpacho and kiwi #27

xunhuazhao opened this issue Apr 18, 2015 · 3 comments

Comments

@xunhuazhao
Copy link

Hi,

The apt-get way seems not not working to install gazpacho and kiwi (?), so I install them manually after downloading from the following sites (I put it here for other's info):
https://launchpad.net/ubuntu/+source/gazpacho/0.7.2-2ubuntu1
https://launchpad.net/ubuntu/+source/kiwi/1.9.22-2
The installation finished normally.

However, when I tried to use "kmos edit XXXX.xml", it told me "EnvironmentError: path /usr/share/gazpacho/pixmaps must be a directory"
Then I found pixmaps directory is actually available via a different path: /usr/local/share/gazpacho/.

It looks like that I have to tell kmos the new address of gazpacho. It would be great if someone can tell me how to do this? Thank you very much.

@mhoffman
Copy link
Owner

When you say 'apt-get way', have you tried installing it by directly downloading one of the old Debian packages[1]. And then install them with 'sudo dpkg -i '. Otherwise if you have already managed to install it from source, you could also trying fixing the /usr/local/share installation by setting soft links from where your python runtime expects it, to where it actually is, e.g.

ln -s /usr/local/share/gazpacho/pixmaps /usr/share/gazpacho/pixmaps

However this may end up setting many soft links depending how the gazpacho internals work. And you have to do it again on every installation. This is why I was hoping the 'sudo dpkg -i ...' way would still work.

[1] https://packages.debian.org/de/squeeze/all/gazpacho/download

@xunhuazhao
Copy link
Author

Thanks for the previous suggestions.
I tried to download and install the package from the above link and finally I saw the nice panel with all the parameters and processes shown there. However, there seems to be some last problem. The error message is:"
...
File "/usr/local/lib/python2.7/dist-packages/kmos/utils/init.py", line 494, in col_str2tuple
color = gtk.gdk.Color(hex_string)
ValueError: unable to parse colour specification".

Thxs once again.

@mhoffman
Copy link
Owner

I need more details (step 1. ... 2. ... 3 ...) how to reproduce this behavior to tell you what is going wrong.

@mhoffman mhoffman reopened this Apr 22, 2015
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

No branches or pull requests

2 participants