Commit graph

5 commits

Author SHA1 Message Date
0c8a0058bf use python3 in all #!python lines 2021-09-02 18:32:58 -05:00
Rene Hopf
d7926d868d change tests to use linuxcnc-python, so they use the python version specified during configure 2020-05-02 20:58:31 +02:00
Damian Wrobel
ecae0448e7 Fix tests/halmodule.1
Fixes python errors, e.g;
 File "/home/sw/projects/machinekit/linuxcnc-rip/lib/python/hal.py", line 30, in <module>
    import _hal
ImportError: /home/sw/projects/machinekit/linuxcnc-rip/lib/python/_hal.so: undefined symbol: _Py_ZeroStruct

Signed-off-by: Damian Wrobel <dwrobel@ertelnet.rybnik.pl>
2020-04-22 21:49:06 +02:00
Edward Tomasz Napierala
17b4eaf570 In FreeBSD, python lives in /usr/local/bin/, not /usr/bin/.
Use the usual env(1) trick to make things work.

Signed-off-by: Edward Tomasz Napierala <trasz@FreeBSD.org>
2016-06-14 16:01:42 -05:00
Jeff Epler
3df5e11c76 tests: test stream interface
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2015-12-23 16:18:09 -06:00