OpenXenManager / openxenmanager

Opensource XenServer Management Interface

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to use Openxenmanager on macos catalina

aguntukk opened this issue · comments

After upgrade homebrew my openxenmanager not working I am using macos 10.15.6 Catalina . i am sharing error log with you

Traceback (most recent call last):

File "/usr/local/bin/openxenmanager", line 4, in

__import__('pkg_resources').run_script('openxenmanager==0.1b1', 'openxenmanager')

File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 666, in run_script

self.require(requires)[0].run_script(script_name, ns)

File "/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/pkg_resources/init.py", line 1453, in run_script

exec(code, namespace, namespace)

File "/Library/Python/2.7/site-packages/openxenmanager-0.1b1-py2.7.egg/EGG-INFO/scripts/openxenmanager", line 23, in

import gtk

ImportError: No module named gtk

From my understanding, this is not supported as PyGtk is not available for Catalina.

See https://discourse.brew.sh/t/pygtk-catalina/5912.

It's more a brew issue than OpenXenManager.