#1
|
|||
|
|||
![]()
I'm trying to run a python script in SecureCRT. The app throws an IOError message error related to the following line:
fp = open(filename, "wb+") Do you know some error case related to that function? If you need more information, please, ask me. Thanks for your time. |
#2
|
|||
|
|||
Hi hmperccami,
Is filename an actual, valid path to a file? Please post the exact error you are getting.
__________________
Thanks, --Brenda VanDyke Software Technical Support support@vandyke.com (505) 332-5730 |
#3
|
|||
|
|||
hi,
I just finish this script tonight, no problem =============================================== result_file = r'f:\AXE10\Script\SecureCRT\fingerprint.txt' with open(result_file, 'a+') as f: f.write('test test' + '\n') =================================================== |
![]() |
Tags |
io error , open , python |
Thread Tools | |
Display Modes | Rate This Thread |
|
|