How do I import pyBarcode from the Python interpreter? According to the pyBarcode documentation the first step is to import barcode
. When I try that it says there is no such module.
~# python
Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48)
[GCC 4.4.5] on linux2
>>> import barcode
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named barcode