Created
July 1, 2014 18:09
-
-
Save hartsock/f47251b52d9e224251ea to your computer and use it in GitHub Desktop.
Trace from getallvms.py when run on Python 3.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pyvmomi/sample/getallvms.py -s test_host -u test_user -p test_password | |
| Traceback (most recent call last): | |
| File "/Users/hartsocks/PycharmProjects/pyvmomi/sample/getallvms.py", line 22, in <module> | |
| from pyVim.connect import SmartConnect, Disconnect | |
| File "/Users/hartsocks/PycharmProjects/pyvmomi/pyVim/connect.py", line 57, in <module> | |
| from pyVmomi import vim, vmodl, SoapStubAdapter, SessionOrientedStub | |
| ImportError: cannot import name 'vim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment