if I run this code I get the error below: fout = open ('M:\projects\EGU\BS\bsofab.txt', 'w')
IOError: [Errno 22] invalid mode ('w') or filename: 'M:\projects\EGU\BS\x08sofab.txt'
If I change the file name to ('M:\projects\EGU\BS\ofbsab.txt', 'w') it work fine. can someone please tell me what is going on?
thanks