openxenmanager icon indicating copy to clipboard operation
openxenmanager copied to clipboard

python setup.py install fails under macOS 10.14 Mojave

Open BlackRockCity opened this issue 5 years ago • 5 comments

Installed all dependencies. The one blocking issue is that pygtk has been replaced with pygobject3. So I'm getting install errors.

After successfully running python setup.py build, I run

python setup.py install

I see about a hundred lines of successful copying build/lib/OXM/ then I see the following type of error for about 300 lines:

`byte-compiling build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/chart.py to chart.cpython-38.pyc File "build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/chart.py", line 117 raise AttributeError, "Property %s does not exist." % property.name ^ SyntaxError: invalid syntax

byte-compiling build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/label.py to label.cpython-38.pyc File "build/bdist.macosx-10.14-x86_64/egg/pygtk_chart/label.py", line 217 raise AttributeError, "Property %s does not exist." % property.name ^ SyntaxError: invalid syntax`

Anyone have a tip on how to fix it? How can I install pygtk?

I'm using these instructions: https://github.com/OpenXenManager/openxenmanager/issues/107

BlackRockCity avatar Jun 28 '20 05:06 BlackRockCity

Hi!

I'd like to know the reasons to use OpenXenManager. Are you a XCP-ng or Citrix Hypervisor user? For XCP-ng, here is a list of current management possibilities: https://xcp-ng.org/docs/management.html

Having a client up to date requires a very alive project, which sadly isn't the case of OpenXenManager (last updates 4y ago roughly, and since then, a lot of new stuff came on the XAPI part).

If you have specific needs, I'll be happy to hear it and find a solution for you :)

olivierlambert avatar Jun 28 '20 09:06 olivierlambert

Hi @olivierlambert , I have a server with the Citrix installed and on Windows, I use the Citrix Hypervisor client, what can I use in Mac?

I was looking into OpenXenManager but, as you mentioned, the last update was 4 years ago...

Any recommendations? Thank you

lbramos avatar Aug 03 '20 17:08 lbramos

Xen Orchestra obviously :smile: From XOA if you want something deployed in few minutes or from the sources if you want all the features for free (see https://xen-orchestra.com/docs/installation.html )

olivierlambert avatar Aug 03 '20 18:08 olivierlambert

Thanks, I'll give it a shot. I'm using XenServer 7.5, I've already seen that it works with XOA. Just need to figure out now how to use it :)

lbramos avatar Aug 04 '20 10:08 lbramos

Feel free to go on the community forum if you have any problem with it!

olivierlambert avatar Aug 04 '20 14:08 olivierlambert