is_callable(__init__) = FALSE
- LearningLinuxCNC
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 320
- Thank you received: 48
30 Aug 2022 15:27 #250782
by LearningLinuxCNC
is_callable(__init__) = FALSE was created by LearningLinuxCNC
I get the following error when running linuxcnc after adding in some remap code.
is this an issue? It does not seem to be affecting anything but it pops up in the terminal as I am running various commands.
/home/sboperator/linuxcnc/configs/Holloway_Sprayball_Machine/Holloway_Sprayball_Machine_QT.ini:64: executing 'import sys
sys.path.append("/home/sboperator/linuxcnc/configs/Holloway_Sprayball_Machine/Remap/")'
PythonPlugin: Python '2.7.16 (default, Oct 10 2019, 22:02:15)
[GCC 8.3.0]'
is_callable(__init__) = FALSE
is this an issue? It does not seem to be affecting anything but it pops up in the terminal as I am running various commands.
Please Log in or Create an account to join the conversation.
31 Aug 2022 23:51 #250903
by andypugh
Replied by andypugh on topic is_callable(__init__) = FALSE
It doesn't look like an issue, as there is not word like "error" to indicate a problem.
I assume that you haven't increased your debug level? If not perhaps some test code has been left in somewhere.
There are only a few sys.path.append() in the code:
github.com/LinuxCNC/linuxcnc/search?q=sys.path.append
I assume that you haven't increased your debug level? If not perhaps some test code has been left in somewhere.
There are only a few sys.path.append() in the code:
github.com/LinuxCNC/linuxcnc/search?q=sys.path.append
Please Log in or Create an account to join the conversation.
Time to create page: 0.082 seconds