I just pulled from master and now get a run time error with gladeVCP.
seems to have to do with Dewey's work.

/usr/lib/pymodules/python2.6/gtk-2.0/gobject/__init__.py:114: Warning: cannot 
register existing type `PyNgcGui'
  type_register(cls, namespace.get('__gtype_name__'))
Traceback (most recent call last):
  File "/home/chris/emc2-dev/bin/gladevcp", line 45, in <module>
    import gladevcp.makepins
  File "/home/chris/emc2-dev/lib/python/gladevcp/__init__.py", line 1, in 
<module>
    from hal_pythonplugin import *
  File "/home/chris/emc2-dev/lib/python/gladevcp/hal_pythonplugin.py", line 31, 
in <module>
    from hal_pyngcgui import PyNgcGui
  File "/home/chris/emc2-dev/lib/python/gladevcp/hal_pyngcgui.py", line 30, in 
<module>
    class PyNgcGui(gtk.Frame,hal_actions._EMC_ActionBase):
  File "/usr/lib/pymodules/python2.6/gtk-2.0/gobject/__init__.py", line 60, in 
__init__
    cls._type_register(cls.__dict__)
  File "/usr/lib/pymodules/python2.6/gtk-2.0/gobject/__init__.py", line 114, in 
_type_register
    type_register(cls, namespace.get('__gtype_name__'))
RuntimeError: could not create new GType: PyNgcGui (subclass of GtkFrame)

This is with RIP master,10.04.  did a make clean;make.
I looked at the files didn't see anything obvious to me... but I'm no expert.
seems to happen with any gladevcp program.
Anybody else see this?

Chris M

                                          
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to