I trying to load gremlin into my python gtk GUI and can't seem to guess
the right way to load it. I'd really like to understand how gremlin
works so I can document it.
Do I need to use gremlin-run?
I've tried every way that I can think of to create an instance of gremlin...
self.grem = gremlin.Gremlin.__init__(self.gremlin, inifile)
and
self.grem = gremlin.Gremlin(self.ini_file)
both throw errors.
Am I even close to guessing the right way to load it?
self.plot = self.builder.get_object('hbox2')
self.plot.pack_start(self.grem)
self.plot.reorder_child(self.grem, 1)
Is this anything close to how I need to put it into a hbox? The above
works with a label so I know the pack and reorder works.
Can anyone give me a hint?
John
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers