python - importError: no module named pysphere -
i able type following python.exe create session vmware esxi
from pysphere import viserver server = viserver() server.connect("myserver", "user", "password") when save same code .py file , execute windows command line get
importerror: no module named pysphere.
when in lib\site-packages there pysphere folder. running .py c:\python\ , python package in c:\python27
i not use seeing command , don't understand
when ran command showed version 2.6.3 not 2.7. adjusted path in environment variables 2.6 2.7. found registry key pointing 2.6 updated 2.7 (python.file - shell - open - command).
Comments
Post a Comment