PDA

View Full Version : EXE doesn't create CSV file


mshukun
07-09-2014, 07:29 AM
I developed an application that creates a CSV file. The CSV file is created when I run the code through Vizard 5 IDE. However, after making the corresponding EXE file and running the same, the CSV file is no longer created. Is this problem occurring because of I am using the Vizard Beta version or due to something else? Thank you in advance.

Jeff
07-09-2014, 06:45 PM
Take a look at this (http://forum.worldviz.com/showthread.php?t=2276) thread.

mshukun
07-17-2014, 06:43 AM
Thank you so much. It worked perfectly. I created the application that also produce CSV file using Vizard 4.0 in the past. For that application, I used 'os.getcwd()' function and didn't have any problem producing a CSV file so I assumed it should work the same on Vizard 5 beta. I should have checked the Vizard module reference one more time before posting the question. Again, thank you so much for your quick response!!