View Single Post
  #1  
Old 02-17-2010, 05:13 AM
ohad ohad is offline
Member
 
Join Date: Feb 2010
Posts: 9
Published EXE won't generate new files

Hey,

I'd like to create a very simple vizard script that creates a text file and writes a string to it. I'm using :

file = open("myFile.txt",'a')
file.write("My Text")
file.flush()

And it works just fine.
When I'm publishing the script the process runs fine but the created EXE won't generate a new "myFile.txt" file as it's .viz unpublished version did.

funny isn't it... Any idea?

Thanks,
Ohad
Reply With Quote