Re: [Emc-users] Qtpyvcp error

2022-01-27 Thread Jose Luis

Hello,

I think that only works from bash

On 26/1/22 15:47, Valerio Bellizzomi wrote:

I got this error but this configuration was working before and I made
no changes. Can you help me?


~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
Machine configuration directory is
'/home/sel/linuxcnc/configs/sim.qtpyvcp'
Machine configuration file is 'xyzab.ini'
Starting LinuxCNC...
File: tool.tbl Unrecognized line skipped:
 ;Tool  Pocket X Offset Y Offset Z
Offset Diameter Remark
Found file(REL): ./hallib/core_sim_5.hal
Note: Using POSIX realtime
motion.c: Creating unlock hal pins for joint 4
Found file(REL): ./hallib/spindle_sim.hal
Found file(REL): ./hallib/simulated_home_xyzab.hal
Traceback (most recent call last):
   File "/usr/local/bin/qtpyvcp", line 10, in 
 sys.exit(main())
   File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
line 90, in main
 from qtpyvcp.utilities.opt_parser import parse_opts
   File "/usr/local/lib/python2.7/dist-
packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
 from linuxcnc import ini
ImportError: No module named linuxcnc
Shutting down and cleaning up LinuxCNC...
task: 1 cycles,
min=1797693134862315708145274237317043567980705675258449965989174768031
57260780028538760589558632766878171540458953514382464234321326889464182
76846754670353751698604991057655128207624549009038932894407586850845513
39423045832369032229481658085593321233482747978262041447231687381771809
19299881250404026184124858368.00, max=0.00, avg=0.00, 0
latency excursions (> 10x expecNote: Using POSIX realtime
LinuxCNC terminated with an error.  You can find more information in
the log:
 /home/sel/linuxcnc_debug.txt
and
 /home/sel/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the
terminal



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-27 Thread Valerio Bellizzomi
On Thu, 2022-01-27 at 14:28 +, andy pugh wrote:
> On Wed, 26 Jan 2022 at 18:26, Valerio Bellizzomi 
> wrote:
> > , I
> > would need an ISO for master branch, how do I get it if it is
> > available?
> 
> There isn't an ISO for master, as it hasn't been released.
> 

no problem I have installed Debian 10.9 and master-rtpreempt from
repositories.




___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-27 Thread andy pugh
On Wed, 26 Jan 2022 at 18:26, Valerio Bellizzomi  wrote:
>
> , I
> would need an ISO for master branch, how do I get it if it is
> available?

There isn't an ISO for master, as it hasn't been released.

-- 
atp
"A motorcycle is a bicycle with a pandemonium attachment and is
designed for the especial use of mechanical geniuses, daredevils and
lunatics."
— George Fitch, Atlanta Constitution Newspaper, 1912


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-26 Thread Valerio Bellizzomi
On Wed, 2022-01-26 at 16:42 +0100, Rene Hopf via Emc-users wrote:
> > On 26. Jan 2022, at 16:35, Valerio Bellizzomi 
> > wrote:
> > 
> > Which documentation?
> 
> https://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html#_python3_and_gtk3

thank you but this procedure did not work.
I am saving my directories and reinstalling the machine from scratch, I
would need an ISO for master branch, how do I get it if it is
available?


> 
> > thanks
> > 
> > 
> > > On Wed, 2022-01-26 at 16:16 +0100, Rene Hopf via Emc-users wrote:
> > > Did you recently pull master?
> > > You are using python 2.7 which isn’t supported in master anymore.
> > > The updating documentation has steps required to change the
> > > configuration for python related things.
> > > 
> > > > On 26. Jan 2022, at 16:03, Valerio Bellizzomi <
> > > > vale...@selnet.org>
> > > > wrote:
> > > > 
> > > > I got this error but this configuration was working before and
> > > > I
> > > > made
> > > > no changes. Can you help me?
> > > > 
> > > > 
> > > > ~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
> > > > LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
> > > > Machine configuration directory is
> > > > '/home/sel/linuxcnc/configs/sim.qtpyvcp'
> > > > Machine configuration file is 'xyzab.ini'
> > > > Starting LinuxCNC...
> > > > File: tool.tbl Unrecognized line skipped:
> > > >   ;Tool  Pocket X Offset Y Offset Z
> > > > Offset Diameter Remark
> > > > Found file(REL): ./hallib/core_sim_5.hal
> > > > Note: Using POSIX realtime
> > > > motion.c: Creating unlock hal pins for joint 4
> > > > Found file(REL): ./hallib/spindle_sim.hal
> > > > Found file(REL): ./hallib/simulated_home_xyzab.hal
> > > > Traceback (most recent call last):
> > > > File "/usr/local/bin/qtpyvcp", line 10, in 
> > > >   sys.exit(main())
> > > > File "/usr/local/lib/python2.7/dist-
> > > > packages/qtpyvcp/__init__.py",
> > > > line 90, in main
> > > >   from qtpyvcp.utilities.opt_parser import parse_opts
> > > > File "/usr/local/lib/python2.7/dist-
> > > > packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
> > > >   from linuxcnc import ini
> > > > ImportError: No module named linuxcnc
> > > > Shutting down and cleaning up LinuxCNC...
> > > > task: 1 cycles,
> > > > min=17976931348623157081452742373170435679807056752584499659891
> > > > 7476
> > > > 8031
> > > > 572607800285387605895586327668781715404589535143824642343213268
> > > > 8946
> > > > 4182
> > > > 768467546703537516986049910576551282076245490090389328944075868
> > > > 5084
> > > > 5513
> > > > 394230458323690322294816580855933212334827479782620414472316873
> > > > 8177
> > > > 1809
> > > > 19299881250404026184124858368.00, max=0.00,
> > > > avg=0.00, 0
> > > > latency excursions (> 10x expecNote: Using POSIX realtime
> > > > LinuxCNC terminated with an error.  You can find more
> > > > information
> > > > in
> > > > the log:
> > > >   /home/sel/linuxcnc_debug.txt
> > > > and
> > > >   /home/sel/linuxcnc_print.txt
> > > > as well as in the output of the shell command 'dmesg' and in
> > > > the
> > > > terminal
> > > > 
> > > > 
> > > > 
> > > > ___
> > > > Emc-users mailing list
> > > > Emc-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > > 
> > > ___
> > > Emc-users mailing list
> > > Emc-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/emc-users
> > 
> > 
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-26 Thread Rene Hopf via Emc-users


> On 26. Jan 2022, at 16:35, Valerio Bellizzomi  wrote:
> 
> Which documentation?

https://linuxcnc.org/docs/devel/html/getting-started/updating-linuxcnc.html#_python3_and_gtk3

> 
> thanks
> 
> 
>> On Wed, 2022-01-26 at 16:16 +0100, Rene Hopf via Emc-users wrote:
>> Did you recently pull master?
>> You are using python 2.7 which isn’t supported in master anymore.
>> The updating documentation has steps required to change the
>> configuration for python related things.
>> 
>>> On 26. Jan 2022, at 16:03, Valerio Bellizzomi 
>>> wrote:
>>> 
>>> I got this error but this configuration was working before and I
>>> made
>>> no changes. Can you help me?
>>> 
>>> 
>>> ~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
>>> LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
>>> Machine configuration directory is
>>> '/home/sel/linuxcnc/configs/sim.qtpyvcp'
>>> Machine configuration file is 'xyzab.ini'
>>> Starting LinuxCNC...
>>> File: tool.tbl Unrecognized line skipped:
>>>   ;Tool  Pocket X Offset Y Offset Z
>>> Offset Diameter Remark
>>> Found file(REL): ./hallib/core_sim_5.hal
>>> Note: Using POSIX realtime
>>> motion.c: Creating unlock hal pins for joint 4
>>> Found file(REL): ./hallib/spindle_sim.hal
>>> Found file(REL): ./hallib/simulated_home_xyzab.hal
>>> Traceback (most recent call last):
>>> File "/usr/local/bin/qtpyvcp", line 10, in 
>>>   sys.exit(main())
>>> File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
>>> line 90, in main
>>>   from qtpyvcp.utilities.opt_parser import parse_opts
>>> File "/usr/local/lib/python2.7/dist-
>>> packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
>>>   from linuxcnc import ini
>>> ImportError: No module named linuxcnc
>>> Shutting down and cleaning up LinuxCNC...
>>> task: 1 cycles,
>>> min=179769313486231570814527423731704356798070567525844996598917476
>>> 8031
>>> 5726078002853876058955863276687817154045895351438246423432132688946
>>> 4182
>>> 7684675467035375169860499105765512820762454900903893289440758685084
>>> 5513
>>> 3942304583236903222948165808559332123348274797826204144723168738177
>>> 1809
>>> 19299881250404026184124858368.00, max=0.00, avg=0.00, 0
>>> latency excursions (> 10x expecNote: Using POSIX realtime
>>> LinuxCNC terminated with an error.  You can find more information
>>> in
>>> the log:
>>>   /home/sel/linuxcnc_debug.txt
>>> and
>>>   /home/sel/linuxcnc_print.txt
>>> as well as in the output of the shell command 'dmesg' and in the
>>> terminal
>>> 
>>> 
>>> 
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>> 
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users

___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-26 Thread Valerio Bellizzomi
Which documentation?

thanks


On Wed, 2022-01-26 at 16:16 +0100, Rene Hopf via Emc-users wrote:
> Did you recently pull master?
> You are using python 2.7 which isn’t supported in master anymore.
> The updating documentation has steps required to change the
> configuration for python related things.
> 
> > On 26. Jan 2022, at 16:03, Valerio Bellizzomi 
> > wrote:
> > 
> > I got this error but this configuration was working before and I
> > made
> > no changes. Can you help me?
> > 
> > 
> > ~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
> > LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
> > Machine configuration directory is
> > '/home/sel/linuxcnc/configs/sim.qtpyvcp'
> > Machine configuration file is 'xyzab.ini'
> > Starting LinuxCNC...
> > File: tool.tbl Unrecognized line skipped:
> >;Tool  Pocket X Offset Y Offset Z
> > Offset Diameter Remark
> > Found file(REL): ./hallib/core_sim_5.hal
> > Note: Using POSIX realtime
> > motion.c: Creating unlock hal pins for joint 4
> > Found file(REL): ./hallib/spindle_sim.hal
> > Found file(REL): ./hallib/simulated_home_xyzab.hal
> > Traceback (most recent call last):
> >  File "/usr/local/bin/qtpyvcp", line 10, in 
> >sys.exit(main())
> >  File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
> > line 90, in main
> >from qtpyvcp.utilities.opt_parser import parse_opts
> >  File "/usr/local/lib/python2.7/dist-
> > packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
> >from linuxcnc import ini
> > ImportError: No module named linuxcnc
> > Shutting down and cleaning up LinuxCNC...
> > task: 1 cycles,
> > min=179769313486231570814527423731704356798070567525844996598917476
> > 8031
> > 5726078002853876058955863276687817154045895351438246423432132688946
> > 4182
> > 7684675467035375169860499105765512820762454900903893289440758685084
> > 5513
> > 3942304583236903222948165808559332123348274797826204144723168738177
> > 1809
> > 19299881250404026184124858368.00, max=0.00, avg=0.00, 0
> > latency excursions (> 10x expecNote: Using POSIX realtime
> > LinuxCNC terminated with an error.  You can find more information
> > in
> > the log:
> >/home/sel/linuxcnc_debug.txt
> > and
> >/home/sel/linuxcnc_print.txt
> > as well as in the output of the shell command 'dmesg' and in the
> > terminal
> > 
> > 
> > 
> > ___
> > Emc-users mailing list
> > Emc-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Qtpyvcp error

2022-01-26 Thread Rene Hopf via Emc-users
Did you recently pull master?
You are using python 2.7 which isn’t supported in master anymore.
The updating documentation has steps required to change the configuration for 
python related things.

> On 26. Jan 2022, at 16:03, Valerio Bellizzomi  wrote:
> 
> I got this error but this configuration was working before and I made
> no changes. Can you help me?
> 
> 
> ~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
> LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
> Machine configuration directory is
> '/home/sel/linuxcnc/configs/sim.qtpyvcp'
> Machine configuration file is 'xyzab.ini'
> Starting LinuxCNC...
> File: tool.tbl Unrecognized line skipped:
>;Tool  Pocket X Offset Y Offset Z
> Offset Diameter Remark
> Found file(REL): ./hallib/core_sim_5.hal
> Note: Using POSIX realtime
> motion.c: Creating unlock hal pins for joint 4
> Found file(REL): ./hallib/spindle_sim.hal
> Found file(REL): ./hallib/simulated_home_xyzab.hal
> Traceback (most recent call last):
>  File "/usr/local/bin/qtpyvcp", line 10, in 
>sys.exit(main())
>  File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
> line 90, in main
>from qtpyvcp.utilities.opt_parser import parse_opts
>  File "/usr/local/lib/python2.7/dist-
> packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
>from linuxcnc import ini
> ImportError: No module named linuxcnc
> Shutting down and cleaning up LinuxCNC...
> task: 1 cycles,
> min=1797693134862315708145274237317043567980705675258449965989174768031
> 57260780028538760589558632766878171540458953514382464234321326889464182
> 76846754670353751698604991057655128207624549009038932894407586850845513
> 39423045832369032229481658085593321233482747978262041447231687381771809
> 19299881250404026184124858368.00, max=0.00, avg=0.00, 0
> latency excursions (> 10x expecNote: Using POSIX realtime
> LinuxCNC terminated with an error.  You can find more information in
> the log:
>/home/sel/linuxcnc_debug.txt
> and
>/home/sel/linuxcnc_print.txt
> as well as in the output of the shell command 'dmesg' and in the
> terminal
> 
> 
> 
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Qtpyvcp error

2022-01-26 Thread Valerio Bellizzomi
I got this error but this configuration was working before and I made
no changes. Can you help me?


~$ linuxcnc ~/linuxcnc/configs/sim.qtpyvcp/xyzab.ini
LINUXCNC - 2.9.0-pre0-4771-ged1f4ddf7
Machine configuration directory is
'/home/sel/linuxcnc/configs/sim.qtpyvcp'
Machine configuration file is 'xyzab.ini'
Starting LinuxCNC...
File: tool.tbl Unrecognized line skipped:
;Tool  Pocket X Offset Y Offset Z
Offset Diameter Remark
Found file(REL): ./hallib/core_sim_5.hal
Note: Using POSIX realtime
motion.c: Creating unlock hal pins for joint 4
Found file(REL): ./hallib/spindle_sim.hal
Found file(REL): ./hallib/simulated_home_xyzab.hal
Traceback (most recent call last):
  File "/usr/local/bin/qtpyvcp", line 10, in 
sys.exit(main())
  File "/usr/local/lib/python2.7/dist-packages/qtpyvcp/__init__.py",
line 90, in main
from qtpyvcp.utilities.opt_parser import parse_opts
  File "/usr/local/lib/python2.7/dist-
packages/qtpyvcp/utilities/opt_parser.py", line 55, in 
from linuxcnc import ini
ImportError: No module named linuxcnc
Shutting down and cleaning up LinuxCNC...
task: 1 cycles,
min=1797693134862315708145274237317043567980705675258449965989174768031
57260780028538760589558632766878171540458953514382464234321326889464182
76846754670353751698604991057655128207624549009038932894407586850845513
39423045832369032229481658085593321233482747978262041447231687381771809
19299881250404026184124858368.00, max=0.00, avg=0.00, 0
latency excursions (> 10x expecNote: Using POSIX realtime
LinuxCNC terminated with an error.  You can find more information in
the log:
/home/sel/linuxcnc_debug.txt
and
/home/sel/linuxcnc_print.txt
as well as in the output of the shell command 'dmesg' and in the
terminal



___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users