What steps will reproduce the problem?
1. Run dicompyler for the first time.
What is the expected output? What do you see instead?
Currently dicompyler places dicompyler.db in the same folder that the
app/source is located. It should place the database file in the user's data
folder. This can be adjusted by using wx.StandardPaths to determine the
correct location. Additionally, a check should be made whether the parent
folder exists before writing to disk.
On uninstall of the application, the user should be prompted whether to
remove the data folder or not.
Original issue reported on code.google.com by bastula on 31 Dec 2009 at 4:09
Original issue reported on code.google.com by
bastula
on 31 Dec 2009 at 4:09