Skip to main content

Python bindings for VIX library.

Project description

PyVIX
=====

Python bindings for VMware products.

On macOS you may receive the following error:
::
import pyvix
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pyvix.cpython-35m-darwin.so, 2): Library not loaded: libvixAllProducts.dylib
Referenced from: /Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/pyvix.cpython-35m-darwin.so
Reason: image not found

It can be fixed by running the following command:
::
$ install_name_tool -change libvixAllProducts.dylib /Applications/VMware\ Fusion.app/Contents/Public/libvixAllProducts.dylib /path/to/python3.5/site-packages/pyvix.cpython-35m-darwin.so

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyvix-0.3.tar.gz (8.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page