raspberry-sharp/raspberry-sharp-io

MFRC522 python script error in raspberry

yogeshbabbar opened this issue · 1 comments

i am getting error message while opening read.py file in MFRC522-pythons: file "read.py",line 41, in module
typeerror: function takes exactly 2 arguments( 1 given)

I am using python 2.7, raspberrypi 3b+ i need to submit this project today. pls help.

Hello Yogesh,
Github and the issues section of this repository isn't really used as a general support forum in the way you have asked for help. Here are some suggestions for you to get some help with your question:

  1. Create an account on StackOverflow https://stackoverflow.com/ and post your question with either the Python tag, RaspberryPi tag, or both. You will reach a much broader audience that way.

  2. You've now created a GitHub account, so create a repository for yourself and push your code up to it so others can see the exact code you're trying to execute. When you post a question in StackOverflow you can now reference the URL to your GitHub repository.

  3. As an alternative to the point above, you can upload your code to a Sandbox or an online IDE for people to look at. You can use CodeSandbox or IDEOne or any number of many variations of online Sandboxes or IDEs. When you post a question in StackOverflow, you can reference the URL of your personal Sandbox or IDE.

  4. When posting a question for help in any open online community, always list the things you have tried first. This indicates to others that you are really trying to solve a problem on your own and it indicates to others your personal drive and willingness to learn. Most people are not receptive to someone merely throwing a question "over the fence" and expecting others to solve it for them. If you do that, more likely than not, people will not respond to your question.

Hopefully that helps a bit. Good luck!