We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Projects\RFIDler\python>setup.py install running install running build running build_py creating build creating build\lib creating build\lib\RFIDler copying RFIDler__init__.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\RFIDler__init__.py -> C:\Python34\Lib\site-packages\RFIDler byte-compiling C:\Python34\Lib\site-packages\RFIDler__init__.py to init.cpython-34.pyc File "C:\Python34\Lib\site-packages\RFIDler__init__.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
The text was updated successfully, but these errors were encountered:
Try running the script with Python 2.7 rather than 3.x
Sorry, something went wrong.
No branches or pull requests
C:\Projects\RFIDler\python>setup.py install
running install
running build
running build_py
creating build
creating build\lib
creating build\lib\RFIDler
copying RFIDler__init__.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\RFIDler__init__.py -> C:\Python34\Lib\site-packages\RFIDler
byte-compiling C:\Python34\Lib\site-packages\RFIDler__init__.py to init.cpython-34.pyc
File "C:\Python34\Lib\site-packages\RFIDler__init__.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
The text was updated successfully, but these errors were encountered: