python - TKinter not working on ARM -
i have compiled python 2.6.6 arm , , working on arm . when import tkinter getting below error.
import _tkinter # if fails python may not configured tk importerror: /usr/lib/python2.6/lib-dynload/_tkinter.so: cannot open shared object file: no such file or directory am doing wrong here ? or need else. host not using x11, instead eglfs have impact here ?
thanks brijesh
Comments
Post a Comment