[Qgis-user] Missing python plugin support on Win7
Antonio Valanzano
anvalanz at gmail.com
Fri Nov 25 21:29:43 PST 2022
Jurgen
1. here is the output of ver
C:\Users\antonio>ver
Microsoft Windows [Versione 6.1.7601]
2. in C:\OSGeo4W\etc\postinstall I find the file
api-ms-win-core-path-HACK.bat.done
which contains:
setlocal enabledelayedexpansion
for /f "tokens=*" %%v in ('ver') do set v=%%v
set v=%v:*[Version =%
for /f "tokens=1-2 delims=." %%a in ("%v%") do (
set run=1
if %%a gtr 6 set run=0
if %%a equ 6 and %%b geq 2 set run=0
if !run! equ 1 ren bin\api-ms-win-core-path-l1-1-0.dll.w7
api-ms-win-core-path-l1-1-0.dll
)
endlocal
It seems that the rename was done but in reality was not but I do not
understand why.
Does it depend on the version of my os or on the fact that I am using an
italian version of Win7?
Could it be this row: set v=%v:*[Version =% ?
I hope this givesyou some hints to solve the problem.
Antonio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20221126/e5f14d1a/attachment.htm>
More information about the Qgis-user
mailing list