View Single Post
  #7  
Old 05-21-2007, 10:30 PM
cade_mccall cade_mccall is offline
Member
 
Join Date: Sep 2004
Posts: 61
No. When I publish this script as an exe . . .

import viz
viz.go()
file = open( 'test.txt', 'a' )
file.write( 'hello' )
file.close()

. . . I can't get the exe to write anything.
Reply With Quote