jamiecaesar / securecrt-tools

SecureCRT scripts, written in Python, for doing various tasks when connected to Cisco equipment.
Apache License 2.0
246 stars 78 forks source link

Attribute Error #35

Closed panky00 closed 5 years ago

panky00 commented 6 years ago

Hello, I am fairly new to scripting. I wanted to test your scripts on Secure CRT. But I am getting folloiwng error.

Error 'SecureCRT.Application' obkect has no attribute 'ScriptFullName' Line 10 script_dir, script_name = os.path.split(crt.ScriptFullName)

jamiecaesar commented 6 years ago

Can you tell me which version of SecureCRT are you using?

Also, I assume you are launching the script by going to the "Script -> Run" menu option and selecting one of the scripts to execute? Do multiple scripts give the same error, or is it just one of them?