google/keyczar

The swtoolkit

GoogleCodeExporter opened this issue · 1 comments

What steps will reproduce the problem?
1. running tools\swtoolkit\hammer.bat -compat
2.
3.

What is the expected output? What do you see instead?
Some checking and a message that tells me windows is not supported
TypeError: object of type 'Dir' has no len()
compare here: https://code.google.com/p/libjingle/issues/detail?id=229

What version of the product are you using? On what operating system?
Win7 64bit
Keyczar 0.71a-09092013
scons-2.3.0
swtoolkit 0.9.1
Python 27

Please provide any additional information below.
This can be fixed easily as the last commetn on the linked issue says by adding 
.path in line 442 to the first argument

Original issue reported on code.google.com by ongy44@gmail.com on 22 Feb 2014 at 10:17

I forgott to say that the change I propose is in the file:
src/tools/swtoolkit/site_scons/site_init.py

Original comment by ongy44@gmail.com on 22 Feb 2014 at 10:20