mechboxes / mech

Easy command line virtual machines for VMWare
https://mechboxes.github.io/mech/
MIT License
311 stars 49 forks source link

Windows 7 (64 Bit): mech ls fails #40

Closed jal2 closed 6 years ago

jal2 commented 6 years ago

With Python 3.6 installed on a Windows 7 (64Bit) machine, the installation with pip is fine, but every invocation of the mech command fails:

$ mech ls
Traceback (most recent call last):
  File "C:\Program Files\Python36\Scripts\mech-script.py", line 11, in <module>
    load_entry_point('mech==0.6.0', 'console_scripts', 'mech')()
  File "c:\program files\python36\lib\site-packages\mech\__main__.py", line 32, in main
    from mech import Mech
ImportError: cannot import name 'Mech'

Both for version 0.6.0 and the HEAD from git repo. This may be a general Win7 problem, but could you please document on which OS mech was tested so far?

jal2 commented 6 years ago

mech ls works with Python 2.7.15 (x64).