mechboxes / mech

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

has no attribute 'VMRUN_PATH' #22

Closed lluxury closed 6 years ago

lluxury commented 6 years ago

win7

Traceback (most recent call last): File "/usr/bin/mech", line 11, in load_entry_point('mech==0.5', 'console_scripts', 'mech')() File "/usr/lib/python2.7/site-packages/mech/main.py", line 111, in main operation(op='start', name=name, options={'gui':gui}) File "/usr/lib/python2.7/site-packages/mech/main.py", line 75, in operation method() File "/usr/lib/python2.7/site-packages/mech/mech.py", line 63, in start vm.start() File "/usr/lib/python2.7/site-packages/mech/vmrun.py", line 105, in start return self.vmrun( 'start', 'nogui' ) File "/usr/lib/python2.7/site-packages/mech/vmrun.py", line 46, in vmrun output = self.execute( self.VMRUN_PATH, *cmd ) AttributeError: Vmrun instance has no attribute 'VMRUN_PATH'

lluxury commented 6 years ago

fixed failed to vagrant up a cluster

ColdHeat commented 6 years ago

I'm not sure if this bug is still an issue, if it is feel free to re-open.