Closed
Description
msvc9_query_vcvarsall returns environment dict with keys "lib", "libpath", "include" and "PATH". On Python 2.7 32-bit values of this dict are regular strings, however on Python 2.7 64-bit this dict contains unicode strings. So when I later use this dict to update os.environ it throws an error:
TypeError: environment can only contain string
Not sure if this is a bug or not, if not you can close it. It's not a big deal for me, I already have it fixed in my code.