not sure if Gmoccapy / Nativecam error...
- robertspark
- Offline
- Platinum Member
Less
More
- Posts: 915
- Thank you received: 216
02 Aug 2021 19:37 - 02 Aug 2021 19:39 #216743
by robertspark
not sure if Gmoccapy / Nativecam error... was created by robertspark
LINUXCNC - 2.9.0-pre0-4365-g0e4582b09
Firstly I removed all references to nartivcam from the *.ini file....
it threw this error:
in both my SIM and what was a happily running version before the current 2.9 release.
Firstly I removed all references to nartivcam from the *.ini file....
it threw this error:
It still lists gladevcp: auxiliary dir: b'/usr/share/linuxcnc/aux_gladevcp/NativeCAM'Can not find -sec APPLICATIONS -var DELAY -num 1
Traceback (most recent call last):
File "/usr/bin/gmoccapy", line 43, in <module>
import gladevcp.makepins # needed for the dialog"s calculator widget
File "/usr/lib/python3/dist-packages/gladevcp/__init__.py", line 57, in <module>
for fname in glob.glob(auxdir + "/*.py"):
TypeError: can't concat str to bytes
7614
7657
I also created a Gmoccapy SIM version (thinking I maybe able to get it to run..... no dice, I will downgrade to previous 2.9 non python3)
in both my SIM and what was a happily running version before the current 2.9 release.
Attachments:
Last edit: 02 Aug 2021 19:39 by robertspark.
Please Log in or Create an account to join the conversation.
02 Aug 2021 21:08 #216749
by newbynobi
Replied by newbynobi on topic not sure if Gmoccapy / Nativecam error...
Gladevcp is passing the auxiliary path of nativecam as byte, I do not know why. Could you please test after u installing nativecam?
I will try to check on this as soon as possible, but I do not have nativecam. Do you know if nativecam ist python3?
If not, it will not be supported any more by actual master or following branches, as python 2 is dead.
Norbert
I will try to check on this as soon as possible, but I do not have nativecam. Do you know if nativecam ist python3?
If not, it will not be supported any more by actual master or following branches, as python 2 is dead.
Norbert
Please Log in or Create an account to join the conversation.
Time to create page: 0.083 seconds