From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeroen Hofstee Date: Mon, 30 Sep 2013 20:30:52 +0200 Subject: [U-Boot] : buildman error In-Reply-To: References: Message-ID: <5249C35C.2090500@myspectrum.nl> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 09/30/2013 08:09 PM, Jagan Teki wrote: > On Mon, Sep 30, 2013 at 11:12 PM, Simon Glass wrote: >> Hi Jagan, >> >> On Sat, Sep 28, 2013 at 11:29 AM, Jagan Teki wrote: >>> Can any one encounter this! looks like some issue on python setup? >>> >>> $ ./tools/buildman/buildman -b master >>> File "./tools/buildman/buildman", line 42 >>> print result >>> ^ >>> SyntaxError: invalid syntax >>> >>> Let me know for any input, I am using Python 3.3.0 >> I think print is now required to be a function, so print(result). We >> may need to adjust the code... > Does this print func chage with new python versions? > yes, since python 3 it needs brackets. Regards, Jeroen