Hello all. I have this annoying little programming problem that has been nagging me for two weeks, despite my best attempts to research the answer. Given the number of programmers on this list, I figured one of you might know what I'm doing wrong.
I have an aerospace engineering student friend who is working on an assignment to create a program that receives GPS coordinates from weather balloons, rockets, satellites etc., and use this data to manipulate the rotors that point the directional communication antennas towards the target. To check out the code for the project, you can go to http://launchpad.net/rotor-control-software. The program is written in Python, with pyGTK/Glade for an interface. Our problem is this: the interface works just fine in Linux, but when we run it inside Windows, Python tells us that it cannot find gtk.builder, which is the function needed to connect the signals to the XML file. I know that gtk.builder is a part of libglade, but none of the libglade installation instructions I have found online have worked. So if anyone has experienced this problem before and knows how to fix it, I'd really like to hear from you. Thanks in advance. -- Douglass Clem crashsystems.net Public Key: http://crashsystems.net/pubkey.asc READ CAREFULLY. By reading this email, you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies ("BOGUS AGREEMENTS") that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NLUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en -~----------~----~----~----~------~----~------~--~---
