Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap.py fails #1

Open
readyready15728 opened this issue Dec 6, 2017 · 0 comments
Open

bootstrap.py fails #1

readyready15728 opened this issue Dec 6, 2017 · 0 comments

Comments

@readyready15728
Copy link

When attempting to run bootstrap.py the following error is encountered:

error in src/engine/SCons/Action.xml
Traceback (most recent call last):
  File "bin/scons-proc.py", line 108, in <module>
    saxparser.parse(StringIO(input))
TypeError: initial_value must be unicode or None, not str
scons: *** [build/doc/man/builders.man] Error 1
scons: building terminated because of errors.

This issue was however readily resolved by replacing the line saxparser.parse(StringIO(input))
with saxparser.parse(StringIO(unicode(input))).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant