From: Kuba W. <ku...@st...> - 2003-03-18 16:08:48
|
Hi all. First of all I just downloaded the latest version from the CVS, and it's not working (at least not under Windoze). Haven't had time to at it yet. Second, I'd like to propose we work a little on the directory structure, before we add more files and it all starts getting messy. Here is my proposal: ROOT/ GNUccess/core All GcObjects GNUccess/gui GUI related stuff (like MainNotebook etc.) GNUccess/DBdrivers GcDataSource, GcRecordset subclasses in seperate directories: Postgres/ MySQL/ .... + other things I forgot. This means we will have a nice python-package structure, so we can do stuff like: import GNUccess.gui.blabla import GNUccess.DBdrivers.* Please, DO comment. Also - does anyone know how to REMOVE directories from CVS?? -- Pozdrawiam, Kuba Wroniecki "I love deadlines. I especially like the whooshing sound they make as they go flying by." (Dilbert's School of Thoughts) |