Re: [Emc-developers] Dxf2Gcode source with Debian BookWorm

2024-02-04 Thread Rod Webster
The most likely issue is that your repo uses python 2.7 code and that is depreciated in Bookworm which uses Python 3.11 Linuxcnc is now also a python 3 application to match this change. Rod Webster *1300 896 832* +61 435 765 611 Vehicle Modifications Network www.vehiclemods.net.au On Mon, 5 Feb

[Emc-developers] Dxf2Gcode source with Debian BookWorm

2024-02-04 Thread ELHIMA Moustapha via Emc-developers
Hi Guys I have a question about Dxf2Gcode on Debian BookWorm I had downloaded the source file from sourceforge.Did :sudo git clone git://git.code.sf.net/p/dxf2gcode/sourcecode dxf2gcode-sourcecodethen go to the source folder and try to run the dxf2gcode withsudo python3 ./make_tr.pysudo python3

Re: [Emc-developers] LinuxCNC-aware chat bot

2024-02-04 Thread andy pugh
On Sun, 4 Feb 2024 at 17:51, Steffen Möller via Emc-developers wrote: > I added all in src that ends with .comp or .hal. This is what now happened. I > was a bit surprise by the emphasis on Python. > Copy code > #include "hal.h" > #include > #include > #include > > static int comp_id; //

Re: [Emc-developers] LinuxCNC-aware chat bot

2024-02-04 Thread Steffen Möller via Emc-developers
> Gesendet: Samstag, 03. Februar 2024 um 01:29 Uhr > Von: "Jacob Rush" > I wonder what would happen if you added the source code. Hi Jacob, I added all in src that ends with .comp or .hal. This is what now happened. I was a bit surprise by the emphasis on Python. Best, Steffen User Can you