t0x0 / random

Random projects
MIT License
92 stars 47 forks source link

Python 3.4.3 on Windows shows print error #2

Closed migsantiago closed 9 years ago

migsantiago commented 9 years ago

Hello

When I try to convert the Flash.FFU image in Windows with Python 3.4.3, the console (cmder) shows this error:

D:\raspberry_pi_2\win10_iot\Windows_IoT_Core_RPI2_BUILD λ python ffu2img.py Flash.ffu RPi.IMG File "ffu2img.py", line 20 print 'Input File: ' + ffupath ^ SyntaxError: Missing parentheses in call to 'print' image

I will try to run it on Linux.

Thanks.

t0x0 commented 9 years ago

This is not written for Python 3. Please use Python 2.7.9.

migsantiago commented 9 years ago

OK, thanks!

t0x0 commented 9 years ago

FYI, I have added a Python 3 version.

migsantiago commented 9 years ago

Good... make sure to pulbish it on the web. People will like the news. Thanks.