5
It has almost been 5 months since I made a release, but life has been hectic. I have a few changes here and there, but I’ve found a couple of programs since I now have a windows computer to work on it with.
One that I can’t figure out is in the images. I found that the image presentations were being saved in the xml file as absolute paths, so unless your username was “brad”, and you installed exposong to the same location as I did, the example image presentation didn’t work. I’ve started to fix that, only to find another. It seems as though I have not actually implemented moving the images to the data folder. It’s weird that I missed that.
I’ve started some testing on getting bible verses to work too. It’s going to be hard to fit it into the window, because it’s already starting to feel a bit cluttered, especially with the background selection area. I may need to redesign a bit to get this more streamlined.
I’m starting to wish I had gone with something besides GTK. Getting it working on windows currently takes 4 installers for GTK, 1 for Python, and then unpacking Exposong itself. I’d like to bundle it, but I just have not felt the desire to go and learn how to package it. A volunteer with experience would be great.
Anyways, I’ll start trying to fix some bugs, and I might even put out a minor release around my Thanksgiving break.
I believe py2exe may help you. I know the guys over at OpenLP.org have discussed using it for v2 of that particular piece of software.
I’ve glanced at it, but just not had the time to sit down and figure it out.