[Scons-dev] some python3 progress
Neal Becker
ndbecker2 at gmail.com
Thu Sep 5 10:18:16 EDT 2013
I setup a fork
https://bitbucket.org/nbecker/scons-replaced-by-scons-p3
See how far I can get making this run on python 3.3 (not trying for compat with
2.7)
I get as far as:
scons: done reading SConscript files.
scons: Building targets ...
scons: *** [pn.cpython-33m.os] TypeError : Unicode-objects must be encoded
before hashing
scons: building terminated because of errors.
This, I think, is good progress. But this error is hard to track down. Any
clues? Using --debug=pdb isn't helpful, I guess I need to somehow catch the
error before entering pdb or else I'm just at the pdb top level when the error
is caught.
More information about the Scons-dev
mailing list