On 03Jan2017 17:07, Peter Otten <__pete...@web.de> wrote:
Cameron Simpson wrote:
On 02Jan2017 17:21, MR ZenWiz <mrzen...@gmail.com> wrote:
I'm trying to install python 4.6 on my Xubuntu 16.04 desktop, [...]
INFO: Can't locate Tcl/Tk libs and/or headers
You lack the tk development libraries and/or headers. Try (as root):
  apt-get install tk-dev
[...]
You need a bunch of other devleopment libraries too. [...]

A nice shortcut for this is to install the build dependencies of the Python
3 used by your distribution:

$ sudo apt-get build-dep python3.x

Replace x with the actual minor version present on your system.

I Did Not Know This!

Yes, that sounds far more reliable than my guess-the-names approach.

Thank you,
Cameron Simpson <c...@zip.com.au>
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to