-
Notifications
You must be signed in to change notification settings - Fork 118
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
Can't Start Openxenmanager OSX Sierra #127
Comments
You need create the |
Waiting your answer. |
Tried above step same error in Sierra. |
Same error: ➜ openxenmanager git:(master) ./openxenmanager (process:30631): Gtk-WARNING **: Locale not supported by C library. and configobj installed; Requirement already satisfied: configobj in /Library/Python/2.7/site-packages |
@oytunistrator what is your main language at your OS X Sierra? |
Just a point of reference #107 worked for me with macOS Sierra 10.12.4 |
Same Issue as above :/ OSX 10.12.4 I get to step 10 on #107 without issue. I am slightly confused about step 11. Please let me know.
As you can see, both are already installed:
|
I had the same problem with import gtk. I uninstalled MAC version of Python, and uninstalled pygtk and gtk in home-brew and then installed them again, probably didn't need to do this though. If you type "which python" in the terminal it should point to /usr/local/bin/python, this means the MAC is using the Home-brew install of python. You might want to add "which python" CLI check to the guide to confirm that home-brew python is being used. Hope this helps |
Followed instructions at: #107 with the exception of step 11-13 since I don't have a
.conf
file in the directory to edit.When trying to run the command
openxenmanager
from terminal, I get:However gtk and all related are installed:
What's wrong here?
The text was updated successfully, but these errors were encountered: