Skip to content

Commandline usage fails with, AttributeError: module 'barcode' has no attribute '__description__' #6

@jakkanen

Description

@jakkanen

Installed python-barcode with, pip3.6 install python-barcode
Command-line usage fails as follows:

Traceback (most recent call last):
  File "/usr/local/bin/python-barcode", line 11, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.6/site-packages/barcode/pybarcode.py", line 82, in main
    description=barcode.__description__, epilog=' '.join(msg)
AttributeError: module 'barcode' has no attribute '__description__'```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions