On 13/07/16 07:44, [email protected] wrote:
configserver is python, so it is just a run time interpreted script

You should be able to change the module paths to match the ones I highlighted in an editor and run it

No need to rebuild

The only other issue is whether anything else in your setup uses those modules, only way to find out is to run an similarly fix any errors you get.


On 12/07/2016 23:08, 'IonicBasher' via Machinekit wrote:
Ah. The message_pb2.py file exists but the configserver one does not.

Has anyone successfully built machinekit on BBB? Can I manually add the configserver file?

Just re-read this

configserver DOES exist, it is what threw the error

starting configserver... Traceback (most recent call last):
 File "/usr/bin/configserver", line 16, in <module>
   from message_pb2 import Container
ImportError: No module named message_pb2


should be in /usr/bin

If it IS missing, it could be you have installed the machinekit package onto a binary system, then removed it,
thus removing all your old binary files and rendering the system unusable

The answer then, would be to copy your /home dir and anything else to a USB stick and write a fresh SD image.

Hopefully that is not the case.



--
website: http://www.machinekit.io blog: http://blog.machinekit.io github: 
https://github.com/machinekit
--- You received this message because you are subscribed to the Google Groups "Machinekit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/machinekit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to