Closed chrisgilmerproj closed 10 years ago
I decided to fire this up to try it out on my mac and it broke at web.py#L38 because the host value returns as None instead of a string giving AttributeError: 'NoneType' object has no attribute 'decode'.
None
AttributeError: 'NoneType' object has no attribute 'decode'
Hi Chris, There's currently no support for OS X. More info on this in #5.
I decided to fire this up to try it out on my mac and it broke at web.py#L38 because the host value returns as
None
instead of a string givingAttributeError: 'NoneType' object has no attribute 'decode'
.