Google Code Exporter
Google Code Exporter
Original comment by `rjmatthews62` on 2 Apr 2012 at 1:32 - Added labels: **Type-Enhancement** - Removed labels: **Type-Defect**
Original comment by `rjmatthews62` on 3 Apr 2012 at 2:37 - Changed state: **Contribution**
Original comment by `rjmatthews62` on 3 Apr 2012 at 2:38 - Added labels: **Type-Patch** - Removed labels: **Type-Enhancement**, **Priority-Medium**
``` I got this too. Any one find a solution? ``` Original comment by `[email protected]` on 13 Mar 2015 at 1:31
``` Yes I found the soution. The error is the symbols to .so delete all and remake the libnfc rm -rf /usr/bin/libnfc* ``` Original comment by `[email protected]` on 14 Mar...
``` are you working on libnfc 1.7 compatibility? ``` Original comment by `[email protected]` on 3 Aug 2013 at 10:13
``` Has any progress been made on compatibility with libnfc-1.7? I would use 1.6 but I'm using the new Raspberry Pi drivers introduced in 1.7. I had a look at...
``` Could you post what you have so far? I have the feeling I'm searching the same things that you already found. ``` Original comment by `[email protected]` on 7 Jan...
``` Likewise on Ubuntu Linux (natty), after $ python setup.py build_ext $ python setup.py install to a virtualenv. (vrtlnv)jdthood@localhost:pynfc-0.0.4$ python mifareauth.py Traceback (most recent call last): File "mifareauth.py", line 20,...
``` Likewise. Ubuntu 10.10. Libnfc 1.4.2. Python 2.6.6. File "/usr/local/lib/python2.6/dist-packages/pynfc.py", line 30, in MC_AUTH_A = nfc.MC_AUTH_A AttributeError: 'module' object has no attribute 'MC_AUTH_A' ``` Original comment by `[email protected]` on 14...