twm1010 wrote: > I did have to add a few python packages to get it to install though.
Hrm, yes--the system you're building on would need to have the GTK+ libraries, as well as the Python packages to interface with them (pygtk, pycairo, pygobject)--all of these can be installed with 'easy_install <name>'. To build it on Windows, you need all of the above plus py2exe. I guess these instructions should be added to the README. Still, the error you had doesn't make much sense to me... Perhaps the PyGTK libraries are not installed correctly? (The error suggests that Python thinks 'gtk' is just a module, not a class that it could inherit from). -------------------- m2f -------------------- Read this topic online here: http://forums.zenoss.com/viewtopic.php?p=34819#34819 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
