Re: [Tutor] Syntax Error
> On 06/01/06, Kris Kerwin <[EMAIL PROTECTED]> wrote: > > unix_name = string.replace(new_file_name, ' ', '\ ' > > Well, there seems to be a closing parenthesis missing on this line > :-) Oh. :-) > By the way --- starting with python2.2 (?
[Tutor] Syntax Error
d anything wrong with it that would cause a syntax error? Thanks in advance! Kris Kerwin Script - #!/usr/bin/python import commands import string import os os.chdir('/home/kris/Mail/.inbox.directory') file_string = commands.getoutput('tree -afi') ne