Details
Description
It needs to be converted to Python 3. It currently produces the following error.
c:\python37\python.exe buildscripts\make_vcxproj.py mongodb
|
Traceback (most recent call last):
|
File "buildscripts\make_vcxproj.py", line 351, in <module>
|
main()
|
File "buildscripts\make_vcxproj.py", line 348, in main
|
projfile.parse_line(command_str)
|
File "buildscripts\make_vcxproj.py", line 160, in __exit__
|
self.vcxproj.write(header_str)
|
TypeError: a bytes-like object is required, not 'str'
|
|