From 249c12360cbd84dd3deab0fc0822f0fd00f32cc8 Mon Sep 17 00:00:00 2001 From: Ruddy Francois Molina Mendieta Date: Sun, 27 Jan 2019 04:44:16 -0600 Subject: [PATCH] Update README https://stackoverflow.com/questions/27022373/python3-importerror-no-module-named-ctypes-when-using-value-from-module-mul --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index c53604a..abbbcb8 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,12 @@ Debian family (Ubuntu...) :: sudo apt-get install build-essential zlib1g-dev libbz2-dev libssl-dev libreadline-dev libncurses5-dev libsqlite3-dev libgdbm-dev libdb-dev libexpat-dev libpcap-dev liblzma-dev libpcre3-dev + if errors on compiling last version of cpython do : +sudo apt-get install build-essential python-dev python-setuptools python-pip python-smbus +sudo apt-get install libncursesw5-dev libgdbm-dev libc6-dev +sudo apt-get install zlib1g-dev libsqlite3-dev tk-dev +sudo apt-get install libssl-dev openssl +sudo apt-get install libffi-dev If you need tkinter support, add ``tk-dev``.