User Profile

Collapse

Profile Sidebar

Collapse
sakthivelvm
sakthivelvm
Last Activity: Mar 28 '08, 08:29 AM
Joined: Mar 10 '08
Location: India
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sakthivelvm
    started a topic python cygwin

    python cygwin

    Hi All,
    How to install python 2.5 in cygwin?
    See more | Go to post

  • sakthivelvm
    replied to Script to Search
    [HTML]def main():
    import os, glob, zipfile,re
    path = "C:\\my access point\\"
    for infile in glob.glob(os.pa th.join(path,'* .zip')):
    #print infile
    z = zipfile.ZipFile (infile, "r")
    for filename in z.namelist():
    if not (re.search(".ex e",filename,fla gs=0)):
    print z.filename
    ...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...