fc13240 / dicompyler

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

Database location should be set to the user's data directory #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
This issue was closed by revision f229709b32.

Original comment by bastula on 18 Feb 2010 at 5:24