We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using python 2.7 and pip install paramiko and pip install netmiko
using python command to run , there is no error
but after compile to executable file with "python setupcloudchangepassword.py py2exe"
There is error after run changepassword.exe Unexpected error: <class 'sre_constants.error'>
try: print("ssh connecting to " + ssubstring(ip).replace("hello.com","")) net_connect = ConnectHandler(device_type='ovs_linux', ip=ssubstring(ip).replace("hello.com",""), port="7000", username=username1, password=password1) print("ssh succeed to connect to " + ssubstring(ip).replace("hello.com","")) except: print "Unexpected error:", sys.exc_info()[0] return 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
using python 2.7 and pip install paramiko and pip install netmiko
using python command to run , there is no error
but after compile to executable file with "python setupcloudchangepassword.py py2exe"
There is error after run changepassword.exe
Unexpected error: <class 'sre_constants.error'>
The text was updated successfully, but these errors were encountered: