Well, ignore my last post. At this point, I essentially have nothing done for my project, since I cannot get anything to compile. I figure it would be essentially impossible to learn Python well enough in time to get my 0.1 release coded, so I started looking into the C API for DBus.
However, I cannot get it to compile. My first hassle was getting the compiler to find the dbus.h file, which I was able to solve with the proper flags. Now, when I try to compile, the compiler cannot find required functions. My code and the compilation errors are posted at http://pastebin.ca/1219504
If i can't get this to compile, then I'm screwed for Friday's due date. Does anybody have any suggestions on how to get this to work?





