openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

Unable to use Openxenmanager on macos catalina

Open aguntukk opened this issue 5 years ago • 1 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

aguntukk avatar Aug 11 '20 18:08 aguntukk

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.

busyapi avatar Aug 31 '20 09:08 busyapi