[Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Chris Morley
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

Re: [Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Jeff Epler
I did not encounter this problem. I used v2.5.2-2348-gf980aa4 (master branch) on a 64-bit 10.04 machine. I tested by running linuxcnc configs/gladevcp/touchy.ini in a terminal at the topmost directory, since you said you believed it affected all gladevcp configurations. I did encounter

Re: [Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Chris Morley
Date: Mon, 8 Jul 2013 21:52:39 -0500 From: jep...@unpythonic.net To: emc-developers@lists.sourceforge.net Subject: Re: [Emc-developers] recent run time error with gladeVCP I did not encounter this problem. I used v2.5.2-2348-gf980aa4 (master branch) on a 64-bit 10.04 machine. I tested

Re: [Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Jeff Epler
On Tue, Jul 09, 2013 at 03:13:29AM +, Chris Morley wrote: How could I check for another PyNgcGui gtype on my system? no idea, unfortunately. -- See everything from the browser to the database with AppDynamics Get

Re: [Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Chris Morley
which I just fixed in ref f980aa4. Since the error message is different and the class name being registered is different, I am guessing it is unrelated. Jeff Thanks for looking. It seems to be a namespace collision? If I change the gtype: __gtype_name__ = 'PyNgcGui1'

Re: [Emc-developers] recent run time error with gladeVCP

2013-07-08 Thread Dewey Garrett
I have seen this problem too: In my sequence of patches, i moved pyngcgui.py from lib/python/gladevcp/pyngcgui.py to lib/python/pyngcgui.py On a git master RIP build, this left a pyngcgui.pyc file in lib/python/gladevcp. So if a build was made on a commit both before and after this move it