> Am 15.07.2016 um 11:10 schrieb Michael Haberler <[email protected]>: > > >> Am 15.07.2016 um 01:47 schrieb 'IonicBasher' via Machinekit >> <[email protected]>: >> >> The attached file is the entirety of commands that I ran from a brand new >> RCN jessie machinekit image for the BBB. >> >> following along from here: >> https://github.com/the-snowwhite/CRAMPS2/wiki/BBB-CRAMPS-Machineface-3D-Printer-Out-Of-The-Box-Experience >> >> Still got the error by the end, perhaps I am doing something wrong if it is >> not reproduce-able? >> >> Here are the results of "apt-cache policy machinekit" : >> >> machinekit@beaglebone:~$ 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 >> >> machinekit@beaglebone:~$ > > I got the same error now on another ARM image: > > > machinekit@sd2205:~$ /usr/bin/configserver > Traceback (most recent call last): > File "/usr/bin/configserver", line 16, in <module> > from machinetalk.protobuf.message_pb2 import Container > ImportError: No module named machinetalk.protobuf.message_pb2 > > this is due to an __init__.py file missing > > > try this: > > sudo touch /usr/lib/python2.7/dist-packages/machinetalk/__init__.py > > and re-run (works for me thereafter) > > could you please file a bug in the issue tracker?
nevermind, I filed https://github.com/machinekit/machinekit/issues/999 > > - Michael > > >> >> >> >> >> >> >> >> Thanks for all of the help by the way to all involved. >> >> >> -- >> 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. >> <configserver_error.txt> > > -- > 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.
