Open GoogleCodeExporter opened 9 years ago
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, in <module>
import pynfc, pycrypto1, py14443a
File "/home/jdthood/src/nfc/pynfc_RELEASE/pynfc-0.0.4/pynfc.py", line 30, in <module>
MC_AUTH_A = nfc.MC_AUTH_A
AttributeError: 'module' object has no attribute 'MC_AUTH_A'
Original comment by jdthood
on 11 May 2011 at 10:51
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 <module>
MC_AUTH_A = nfc.MC_AUTH_A
AttributeError: 'module' object has no attribute 'MC_AUTH_A'
Original comment by oyvind.h...@gmail.com
on 14 Jun 2011 at 9:37
[deleted comment]
I have the same error:
AttributeError: 'module' object has no attribute 'MC_AUTH_A'
on ubuntu 10.10 with python 2.6.6
Original comment by huubhuub...@gmail.com
on 21 Jun 2011 at 2:47
Same problem here running ubuntu 10.10 with libnfc 1.5.0 and python 2.7.1+
Original comment by gabe.arn...@gmail.com
on 22 Jun 2011 at 12:34
FYI, the svn trunk seems to be a pretty big change from the prepackaged
version, and works fine for me.
Original comment by gabe.arn...@gmail.com
on 22 Jun 2011 at 10:05
Original issue reported on code.google.com by
nahuel.g...@gmail.com
on 1 Apr 2011 at 1:17