Re: Perforce p4c.run("print" error - AttributeError: OutputBinary
This seemed to fix my problem. Keith www.301labs.com -- http://mail.python.org/mailman/listinfo/python-list
Re: Perforce p4c.run("print" error - AttributeError: OutputBinary
I received a response from Robert Cowham ( the author of the API): The problem is that something like print was only expected to be done for text files not binary. You could try editing p4.py and add a method similar to: def OutputText(self, text): "Adds text lines to the output data