Skip to content

Python3 compatibility: 'dict' object has no attribute 'iteritems' #155

@Cknight70

Description

@Cknight70

Version information

Pyzor 1.0.0
Python 3.10.9

Steps to replicate

  1. Download with pip installation instructions in https://www.pyzor.org/en/latest/installation.html pip install pyzor
  2. type pyzor digest < ~/Desktop/raw\ message.txt in console
  3. should give digest

Actual result

Traceback (most recent call last):
  File "/usr/bin/pyzor", line 408, in <module>
    main()
  File "/usr/bin/pyzor", line 131, in main
    config, options, args = load_configuration()
  File "/usr/bin/pyzor", line 113, in load_configuration
    for key, value in defaults.iteritems():
AttributeError: 'dict' object has no attribute 'iteritems'

Expected result

Should give digest so I can request my automated registration message to be whitelisted

Other notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions