View Single Post
  #4  
Old 06-22-2009, 05:49 PM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
Please use code tags when posting code next time. Adding the following made it work for me.
Code:
line = linecache.getline(file1,i)
linecache.clearcache()
Reply With Quote