[PythonCE] PythonPath registry settings

Doug Marien doug@jarna.com
Thu, 18 Jul 2002 11:46:19 -0700


Also, thought I'd pass this along.  If you noticed that the PythonPath
registry settings weren't working, it's because of the WideCharToMultiByte
call in getpathp.c on/around line 327.  The destination size should be
reqdSize+1 and not dataSize+1.

That was causing my path to get truncated and thus failing imports.

Doug