简体   繁体   中英

How to install python-tk package without sudo?

I have an issue to install python-tk package for my app to user's computer. User does not have sudo rights, but has python installed by default. I can't even find downloadable python-tk module to simply run "python setup.py install" . Can someone help with this? Are there any other choices?

Unfortunately, python-tk is actually a separately-packaged version of Tkinter, built straight from the Python source code; it's not a separately available source package.

What you can do is build and install your own version of Python in your homedir.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM