fc13240 / dicompyler

Automatically exported from code.google.com/p/dicompyler
0 stars 0 forks source link

Redirect log output to a user writable folder on Windows #23

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On Windows Vista/7, writing to the installation folder is prohibited. Currently 
the executable version generates a log file wherever the executable is located.

Since the folder is non-writable, any errors cannot be logged. This can be 
averted by redirecting the log file to the user's dicompyler data folder.

More information can be found here: http://www.py2exe.org/index.cgi/StderrLog

Original issue reported on code.google.com by bastula on 12 Nov 2010 at 5:48