> On 22 Sep 2018, at 19:11, mngr <[email protected]> wrote: > > Hi everybody, > I have compiled from source, and now I am trying to execute, machinekit > stars, but axis does not: > > > MACHINEKIT - 0.1 > Machine configuration directory is '/home/pi/machinekit/configs/CRAMPS' > Machine configuration file is 'CRAMPS.ini' > Starting Machinekit... > rtapi_msgd command: /home/pi/machinekit/libexec/rtapi_msgd --instance=0 > --rtmsglevel=1 --usrmsglevel=1 --halsize=524288 > rtapi_app command: /home/pi/machinekit/libexec/rtapi_app_rt-preempt > --instance=0 > io started > halcmd loadusr io started > task pid=25915 > emcTaskInit: using builtin interpreter > Traceback (most recent call last): > File "/home/pi/machinekit/bin/axis", line 3362, in <module> > get_coordinate_font(vars.dro_large_font.get()) > File "/home/pi/machinekit/bin/axis", line 3259, in get_coordinate_font > glnav.use_pango_font(coordinate_font, 0, 128) > File "/home/pi/machinekit/lib/python/glnav.py", line 6, in use_pango_font > import cairo, pango, pangocairo > ImportError: No module named pango
Looks like you have a missing Python module. > Shutting down and cleaning up Machinekit... > Cleanup done > Machinekit terminated with an error. You can find more information in the > log: > /home/pi/linuxcnc_debug.txt > and > /home/pi/linuxcnc_print.txt > as well as in the output of the shell command 'dmesg' and in the terminal > > there is some problem with pango... > I found this > https://github.com/251/shaape/commit/bc8e07fb4235a7cc6401ab4f8159466ec29cdf67 > > but gi.repository PangoCairo has some function defined differently from > pangocairo > > pi@realtimepi:~/machinekit/configs/CRAMPS $ uname -a > Linux realtimepi 4.14.66-rt40-v7 #2 SMP PREEMPT RT Mon Sep 17 21:15:46 UTC > 2018 armv7l GNU/Linux > > I tryed installing pango, but I have found problem while compiling, and the > site is from 2012... > > any opinion about that? > > > -- > 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.
