Has the move towards python3 broke old configs that import hal?
this happens on LINUXCNC - 2.9.0-pre1-1099-g9ce09bfb8 tomp@ThaiTowerD10:~$ python Python 2.7.16 (default, Oct 10 2019, 22:02:15) [GCC 8.3.0] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import hal Traceback (most recent call last): File "<stdin>", line 1, in <module> ImportError: No module named hal >>> <^d> tomp@ThaiTowerD10:~$ python3 Python 3.7.3 (default, Oct 31 2022, 14:04:00) [GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import hal >>> <^d> I just updated from 2.7.4 to 2.9.0-pre so I get pyvcp in tabs do i need to downgrade to get hal module for python2.n? thx Tom _______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users