Well, I’m up and running on the new system (for updates at least). While the upload functionality isn’t there yet, I’ve got all the navigation problems fixed, and things are humming. The only bug that I know of right now is that the statistics I tried to put in don’t work. It is a simple integer that never gets incremented. It is supposed to be global, but globals don’t seem to work across files and I haven’t been able to fix that issue. If anyone know about Python, globals, and multiple files I would LOVE to hear it.
Next up is the uploading functionality (relatively simple, so hopefully it won’t take that long). Then I want to add more/better error handling (some areas are quite raw that way). After that, I can implement some of the other types of sections and other things I want to do (but I may take a short break).
