electronut / pp

Code for book Python Playground by Mahesh Venkitachalam (No Starch Press, USA)
564 stars 500 forks source link

findCommonTracks TypeError: write() argument must be str, not bytes #3

Closed prcastro closed 8 years ago

MortalCatalyst commented 8 years ago

when writing the files they need to be wb not just w

electronut commented 8 years ago

@prcastro this should be fixed now with the fix from @MortalCatalyst