> Am 11.07.2016 um 08:11 schrieb 'IonicBasher' via Machinekit > <[email protected]>: > > > My apologies. I uploaded the picture on my phone earlier. Here is the text: > > machinekit@beaglebone:~$ ~/MendelMax-CRAMPS/run.py > loading cramps2_cape.bbio... cape-universal already loaded > cape-bone-iio already loaded > done > 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 > machinekit@beaglebone:~$
hm, that line 16 does not correspond to the current source for configserver: https://github.com/machinekit/machinekit/blob/master/src/machinetalk/config-service/configserver.py#L16 I just upgraded packages on another arm board - the right configserver script is installed can you please post the output of "apt-cache policy machinekit" this right now looks like so: root@sd2205:/home/machinekit# apt-cache policy machinekit machinekit: Installed: 0.1.1468432619-1mk.travis.master.git0766e79c~1jessie Candidate: 0.1.1468432619-1mk.travis.master.git0766e79c~1jessie Version table: *** 0.1.1468432619-1mk.travis.master.git0766e79c~1jessie 0 500 http://deb.machinekit.io/debian/ jessie/main armhf Packages 100 /var/lib/dpkg/status nb the git sha is there (0766e79c) which corresponds to https://github.com/machinekit/machinekit/commit/0766e79cd9597c7786ea415cfcfd2862ca3e68f5 this means the package is current I also installed machinekit-dev and configserver is still correct please log the output of apt update && apt upgrade and pastebin it > > -- > 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. -- 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.
