CVS makepandacore.py error

Hello,
running makepanda.bat on windows gives the following error:
Traceback (most recent call last):
File “makepanda\makepanda.py”, line 18, in
from makepandacore import *
File “C:\Panda3d\panda3d\makepanda\makepandacore.py”, line 71, in
VC90CRTVERSION = GetVC90CRTVersion(THIRDPARTYLIBS+“extras/bin/Microsoft.VC90.CRT.manifest”)
NameError: name ‘GetVC90CRTVersion’ is not defined

version 1.6.2 source builds OK but CVS won’t
Taking a look at the source makes no sense since GetVC90CRTVersion func is well defined.
Am i missing something?
Thanks in advance
Tadeo

Whoops, my bad, sorry. I’ve just checked in a fix.

thanks for your quick reply.
I’m affraid that the fix brings a new error:
Traceback (most recent call last):
File “makepanda\makepanda.py”, line 18, in
from makepandacore import *
File “C:\Panda3d\panda3d\makepanda\makepandacore.py”, line 373, in
VC90CRTVERSION = GetVC90CRTVersion(THIRDPARTYLIBS+“extras/bin/Microsoft.VC90.CRT.manifest”)
File “C:\Panda3d\panda3d\makepanda\makepandacore.py”, line 348, in GetVC90CRTVersion
manifest = ReadFile(fn)
NameError: global name ‘ReadFile’ is not defined

Ghghgmrmbl mumbles something about coffee

should be fixed now.

that corrected the makepandacore error.
unfortunately, errors for new topic arrised.
Thank you for your fast response.
Tadeo