Pyhon script error 8007007e [1]
Pyhon script error 8007007e
Saturday, December 29, 2018 9:41 AM - wy
I runned a very simple test python script,then it cat an error:
Error:8007007e, CoCreateInstance() for PYTHONSCRIPT
My operating envoirment is windows 7 64bits.
python:Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
and i had Registered: Python.
The script is:
def Main():
xsh.Screen.Send('test')
Program Ver. : Xshell 5
Error:8007007e, CoCreateInstance() for PYTHONSCRIPT
My operating envoirment is windows 7 64bits.
python:Python 2.7.14 (v2.7.14:84471935ed, Sep 16 2017, 20:19:30) [MSC v.1500 32 bit (Intel)] on win32
and i had Registered: Python.
The script is:
def Main():
xsh.Screen.Send('test')
Program Ver. : Xshell 5
Re: Pyhon script error 8007007e
Monday, January 7, 2019 4:35 PM - Support
For Xshell 5, please follow these steps:
1. Install Python package from https://www.python.org/ : Python 2.7.10 x86 is required.
2. Install Python for Windows Extensions from http://sourceforge.net/projects/pywin32/
3. Execute pyscript.py for Python and Com connection.
Path: C:\Python27\Lib\site-packages\win32comext\axscript\client
Technical Support
Like us on Facebook
Follow us on Twitter
Visit our blog Blog
1. Install Python package from https://www.python.org/ : Python 2.7.10 x86 is required.
2. Install Python for Windows Extensions from http://sourceforge.net/projects/pywin32/
3. Execute pyscript.py for Python and Com connection.
Path: C:\Python27\Lib\site-packages\win32comext\axscript\client
Technical Support
Like us on Facebook
Follow us on Twitter
Visit our blog Blog
Previous views: 54