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?
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:
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?