I'm running Vista 64bit, and I'm having trouble installing python properly, and getting mushclient to accept it as a scripting language. I downloaded ActivePython 2.6.6.15, the 32 bit version, installed, downloaded pywin32-214, when I tried to run setup it told me to to use python setup.py -q install, which I did and I recieve an error "error: unable to find vcvarsall.bat", more research suggested that I use a c compiler, MinGW to do the install, as a work around for the problem, however mingw give me the error "can't find a version in windows.h" I also ran C:\Python26\Lib\site-packages\win32comext\axscript\client\pyscript.py. Windows prompts for permission, and it says registering python, and seems to work.
Refrences
The error from mushclient:
Error -2147221164 occurred when loading scripting engine:
Class not registered
The VcV solution(MinGW)
http://blog.eddsn.com/2010/05/unable-to-find-vcvarsall-bat/
Forum Posts Read/Related:
Python installation instructions
http://www.gammon.com.au/forum/?id=9844
I have had Mushclient and Python scripting working on THIS computer before, same operating system and everything, and the install was not nearly this annoying. I feel like I'm on a wild goose chase installing a second compiler, and I'm not really sure what there is left to do but continue down that rabbit hole. Help is greatly appreciated.
|