Skip to content

Run yields error (Python3) #6

Description

@TL-SjoerdOptLand

After applying a small workaround, I can run

from my_module import main
profile(main)

The main function successfully runs (judging from its side-effects), but upon main finishing, I see 'Line profiler - Error':

Traceback (most recent call last):
  File "<stdin>". line 23, in <module>
AttributeError: 'dict' object has no attribute 'iteritems'

Could this be a Python3 related problem? I am using Python 3.6.

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