This is my kicad and system version
When I click the scripting console button, I get an error
**error:unable to create the Python Console**
Case of my python and module
XXX@X-U:~$ python -V
Python 2.7.17
/////////////////////////////////////////
>>> help("modules");
Please wait a moment while I gather a list of all available modules...
DEBUG:pip.utils:lzma module is not available
DEBUG:pip.vcs:Registered VCS backend: git
DEBUG:pip.vcs:Registered VCS backend: hg
DEBUG:pip.vcs:Registered VCS backend: svn
DEBUG:pip.vcs:Registered VCS backend: bzr
BaseHTTPServer audioop htmlentitydefs sets
Bastion axolotl htmllib setuptools
CDROM axolotl_curve25519 httplib sgmllib
CGIHTTPServer base64 idna sha
Canvas bdb ihooks shadowsocks
ConfigParser binascii imaplib shelve
Cookie binhex imghdr shlex
Crypto bisect imp shutil
DLFCN bsddb importlib signal
Dialog bz2 imputil signatures
DocXMLRPCServer cPickle inspect sip
FileDialog cProfile io sipconfig
FixTk cStringIO ipaddress sipconfig_nd
HTMLParser cachecontrol itertools site
IN caches json sitecustomize
MimeWriter cairo keyring six
Queue calendar keyrings smtpd
ScrolledText certifi keyword smtplib
SimpleDialog cgi lib2to3 sndhdr
SimpleHTTPServer cgitb libsvn socket
SimpleXMLRPCServer chardet libxml2 spwd
SocketServer chunk libxml2mod sqlite3
StringIO cmath linecache sre
TYPES cmd linuxaudiodev sre_compile
Tix code locale sre_constants
Tkconstants codecs logging sre_parse
Tkdnd codeop lsb_release ssl
Tkinter collections macpath stat
UserDict colorama macurl2path statvfs
UserList colorsys magic string
UserString command mailbox stringold
_LWPCookieJar commands mailcap stringprep
_MozillaCookieJar compileall markupbase strop
__builtin__ compiler marshal struct
__future__ contextlib math subprocess
_abcoll contrib md5 sunau
_ast cookielib mhlib sunaudio
_backport copy mimetools svn
_bisect copy_reg mimetypes symbol
_bsddb crypt mimify symtable
_cffi_backend cryptography mmap sys
_codecs csv modulefinder sysconfig
_codecs_cn ctypes multifile syslog
_codecs_hk curses multiprocessing tabnanny
_codecs_iso2022 datetime mutex talloc
_codecs_jp dateutil netrc tarfile
_codecs_kr dbhash new telnetlib
_codecs_tw dbm nis tempfile
_collections dbus nntplib termios
_csv decimal ntpath test
_ctypes difflib nturl2path textwrap
_ctypes_test dircache numbers this
_curses dis opcode thread
_curses_panel distlib operator threading
_dbus_bindings distro optparse time
_dbus_glib_bindings distutils os timeit
_elementtree doctest os2emxpath tkColorChooser
_functools dot2tex ossaudiodev tkCommonDialog
_hashlib drv_libxml2 packages tkFileDialog
_heapq dsextras pango tkFont
_hotshot dumbdbm pangocairo tkMessageBox
_io dummy_thread parser tkSimpleDialog
_json dummy_threading pdb toaiff
_locale easy_install pickle token
_lsprof email pickletools tokenize
_md5 enchant pip tool
_multibytecodec encodings pipes trace
_multiprocessing ensurepip pkg_resources traceback
_osx_support enum pkgutil treeadapters
_pyio errno platform treebuilders
_random exceptions plistlib treewalkers
_sha extern popen2 ttk
_sha256 fcntl poplib tty
_sha512 filecmp posix turtle
_socket fileinput posixfile types
_sqlite3 filters posixpath unicodedata
_sre fnmatch pprint unittest
_ssl fontforge profile urllib
_strptime formatter psMat urllib2
_struct fpformat pstats urllib3
_symtable fractions pty urlparse
_sysconfigdata ftplib pwd user
_sysconfigdata_d functools py_compile util
_sysconfigdata_nd future_builtins pyclbr uu
_testcapi gc pydoc uuid
_threading_local gdbm pydoc_data warnings
_tkinter gdbm_d pyexpat wave
_tkinter_d genericpath pygments weakref
_trie getopt pygtk webbrowser
_vendor getpass pygtkcompat webencodings
_warnings gettext pyparsing wheel
_weakref gi quopri whichdb
_weakrefset gio random wsgiref
abc glib re wx
aifc glob readline wxversion
antigravity gobject repr xdg
anydbm google resource xdrlib
appdirs grp retrying xml
argparse gtk rexec xmllib
array gtkunixprint rfc822 xmlrpclib
asn1crypto gyp rlcompleter xxsubtype
ast gzip robotparser zipfile
asynchat hashlib rpm zipimport
asyncore heapq runpy zlib
atexit hmac sched
atk hotshot secretstorage
audiodev html5lib select
///////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
How can i deal with this problem or give me some relevant information
Thank you