Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-23 Thread Michael Haberler
Am 22.01.2012 um 19:56 schrieb John Prentice: I suggest you remove the existing emc2 packages and configure for normal install (not RIP) glade should work then, and likely the import issue goes away - having two different versions of emc installed in different places on the same

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-23 Thread andy pugh
On 23 January 2012 02:14, Steve Blackmore st...@pilotltd.net wrote: Your not on your own John!!  EMC, or should I now say LCNC, is written and annotated by Linux gurus That is not entirely true, I don't even know how to rename a file in Linux, but I have written some of the code, and

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-23 Thread Mark Wendt
On 01/22/2012 09:14 PM, Steve Blackmore wrote: Your not on your own John!! EMC, or should I now say LCNC, is written and annotated by Linux gurus who unfortunately think everyone is at the same guru level as them! Beware - of these gotcha's No jog in feedhold! - So don't break an insert or

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-23 Thread Steve Blackmore
On Mon, 23 Jan 2012 05:36:52 -0500, you wrote: Did you ever think your attitude might have something to do with not getting some of your wish list implemented? The old more flies attracted with honey tends to apply. Tried that Mark - any requests, however put, simply get ignored if none of

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-22 Thread John Prentice
Greetings Am 21.01.2012 um 18:49 schrieb John Prentice: Another oddity is that Glade will not open glade-manual.ui as it says it cannot find the gladevcp catalog.. this a different issue - glade expects the catalog file under /usr/something and the catalogs arent installed when using RIP

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-22 Thread Steve Blackmore
On Sun, 22 Jan 2012 18:56:32 -, you wrote: Oh dear - I am just discovering how little I understand. Your not on your own John!! EMC, or should I now say LCNC, is written and annotated by Linux gurus who unfortunately think everyone is at the same guru level as them! Beware - of these

[Emc-users] Help with a GladeVCP startup error message

2012-01-21 Thread John Prentice
Greetings Returning to working with GladeVCP, I have pulled 2.5_branch from git yesterday and compiled it Run-In-Place After a bit of trouble that running EMC gave me 2.4.6, I saw the program naming email and tried linuxcnc which runs 2.5 fine Following instructions in

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-21 Thread Michael Haberler
it looks like you have an existing emc installation and the python code picks up emc.so from that installation if it is run-in-place, it shouldnt import emc.so from /usr/lib/python2.6/dist-packages/ did you run . emc2-dev/scripts/emc-environment? - Michael Am 21.01.2012 um 16:29 schrieb

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-21 Thread Spiderdab
maybe it is early, but could it be already cnc.so or something, in place of emc.so? -- Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-21 Thread Michael Haberler
you cannot possibly import the right file from the wrong directory Am 21.01.2012 um 17:35 schrieb Spiderdab: maybe it is early, but could it be already cnc.so or something, in place of emc.so? -- Try before you

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-21 Thread John Prentice
From: Michael Haberler mai...@mah.priv.at snip it looks like you have an existing emc installation and the python code picks up emc.so from that installation if it is run-in-place, it shouldnt import emc.so from /usr/lib/python2.6/dist-packages/ did you run .

Re: [Emc-users] Help with a GladeVCP startup error message

2012-01-21 Thread Michael Haberler
Am 21.01.2012 um 18:49 schrieb John Prentice: Another oddity is that Glade will not open glade-manual.ui as it says it cannot find the gladevcp catalog.. this a different issue - glade expects the catalog file under /usr/something and the catalogs arent installed when using RIP Do you