AdamLaurie / RFIDler

RFIDler - Software defined RFID (LF) Reader/Writer/Emulator
Other
450 stars 97 forks source link

Win7 - installing python, gives error "missing parentheses in call to" #20

Open iceman1001 opened 9 years ago

iceman1001 commented 9 years ago

C:\Projects\RFIDler\python>setup.py install running install running build running build_py creating build creating build\lib creating build\lib\RFIDler copying RFIDlerinit.py -> build\lib\RFIDler running build_scripts creating build\scripts-3.4 copying rfidler.py -> build\scripts-3.4 running install_lib creating C:\Python34\Lib\site-packages\RFIDler copying build\lib\RFIDlerinit.py -> C:\Python34\Lib\site-packages\RFIDler byte-compiling C:\Python34\Lib\site-packages\RFIDlerinit.py to init.cpython-34.pyc File "C:\Python34\Lib\site-packages\RFIDlerinit.py", line 159 print '\r\n>>>', tosend, ^ SyntaxError: Missing parentheses in call to 'print'

running install_scripts copying build\scripts-3.4\rfidler.py -> C:\Python34\Scripts running install_egg_info Writing C:\Python34\Lib\site-packages\RFIDler-1.0-py3.4.egg-info

C:\Projects\RFIDler\python>setup.py install

hubert3 commented 9 years ago

Try running the script with Python 2.7 rather than 3.x