Preparing sqlite, dl and tkinter for Python installation (no admin rights)

Serhiy Storchaka storchaka at gmail.com
Fri Apr 19 12:27:34 EDT 2013


18.04.13 19:24, James Jong написав(ла):
> The file libtk8.6.so <http://libtk8.6.so>  has 1.5M and is definitely there.
>
> So why did that compilation fail?

LD_LIBRARY_PATH=/path_to_libtk

However be careful. For now Python doesn't support Tk 8.6 (results of 
some functions changed in 8.6), this is a known bug (issue16809). You 
can build Python with Tk 8.6 and even run, but any real tkinter 
application likely will failed. Use Tk 8.5 instead.





More information about the Python-list mailing list