Browse Source

Update 'README.md'

Pierre-Yves Barriat 6 years ago
parent
commit
0dd8500c25
1 changed files with 14 additions and 2 deletions
  1. 14 2
      README.md

+ 14 - 2
README.md

@@ -95,12 +95,18 @@ module purge
 
 Fix `/opt/modules/all/Python/2.7.14-foss-2017b.lua` by adding:
 
-> if not isloaded("GDAL/2.2.3-foss-2017b-Python-2.7.14") then
+>if not isloaded("GDAL/2.2.3-foss-2017b-Python-2.7.14") then
 > 
 >    load("GDAL/2.2.3-foss-2017b-Python-2.7.14")
 >    
 >end
 
+>if not isloaded("Tkinter/2.7.14-foss-2017b-Python-2.7.14") then
+> 
+>    load("Tkinter/2.7.14-foss-2017b-Python-2.7.14")
+>    
+>end
+
 ## Python3 issue
 
 Check if you have an issue with Python3:
@@ -135,12 +141,18 @@ module purge
 
 Fix `/opt/modules/all/Python/3.6.3-foss-2017b.lua` by adding:
 
-> if not isloaded("GDAL/2.2.3-foss-2017b-Python-2.7.14") then
+>if not isloaded("GDAL/2.2.3-foss-2017b-Python-2.7.14") then
 > 
 >    load("GDAL/2.2.3-foss-2017b-Python-2.7.14")
 >    
 >end
 
+>if not isloaded("Tkinter/3.6.3-foss-2017b-Python-3.6.3") then
+> 
+>    load("Tkinter/3.6.3-foss-2017b-Python-3.6.3")
+>    
+>end
+
 ## R packages
 
 Fix `/opt/modules/all/R/3.4.3-foss-2017b-X11-20171023.lua` by adding: