Re: [Emc-developers] My sheldon is fussing

2021-04-27 Thread phillcarter54
Original message From: andy pugh Date: 27/4/21 8:55 pm (GMT+10:00) To: EMC developers Subject: Re: [Emc-developers] My sheldon is fussing On Tue, 27 Apr 2021 at 09:36, Gene Heskett wrote:>> Thank you Phillcarter54, I was hoping it wasn't local to my machine

Re: [Emc-developers] My sheldon is fussing

2021-04-27 Thread andy pugh
On Tue, 27 Apr 2021 at 09:36, Gene Heskett wrote: > > Thank you Phillcarter54, I was hoping it wasn't local to my machine. If it's a change to a Python file, you can just edit the file and it will take (almost) immediate effect. -- atp "A motorcycle is a bicycle with a pandemonium attachment an

Re: [Emc-developers] My sheldon is fussing

2021-04-27 Thread phillcarter54
Original message From: Gene Heskett Date: 27/4/21 6:36 pm (GMT+10:00) To: emc-developers@lists.sourceforge.net Subject: Re: [Emc-developers] My sheldon is fussing On Tuesday 27 April 2021 03:40:10 phillcarter54 wrote:> File "/usr/lib/python2.7/dist-packag

Re: [Emc-developers] My sheldon is fussing

2021-04-27 Thread Gene Heskett
On Tuesday 27 April 2021 03:40:10 phillcarter54 wrote: > File "/usr/lib/python2.7/dist-packages/rs274/glcanon.py", line 1110, > inshow_icon    if sys.version_info[0] == 3:NameError: global name > 'sys' is not definedGlcanon needs an import for sys, I have commented > on the commit that caused it,

Re: [Emc-developers] My sheldon is fussing

2021-04-27 Thread phillcarter54
File "/usr/lib/python2.7/dist-packages/rs274/glcanon.py", line 1110, inshow_icon    if sys.version_info[0] == 3:NameError: global name 'sys' is not definedGlcanon needs an import for sys, I have commented on the commit that caused it, hopefully it will be fixed soon.

Re: [Emc-developers] My sheldon is fussing

2021-04-27 Thread Gene Heskett
On Monday 26 April 2021 18:56:43 Gene Heskett wrote: > Greetings all; > > Out preparing to do some more on my version of Sam's harmonic drive, > I noticed that while I could run it by hand, it wasn't moving quite > like I expected, and the dro screen was quite flickery, showing only > the RAD text

[Emc-developers] My sheldon is fussing

2021-04-26 Thread Gene Heskett
Greetings all; Out preparing to do some more on my version of Sam's harmonic drive, I noticed that while I could run it by hand, it wasn't moving quite like I expected, and the dro screen was quite flickery, showing only the RAD text with no values, and that the terminal screen behind it was ha